#631811

Color #631811 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #631811

Tints of Red Oxide #631811

Color information

#631811 (or 0x631811) is unknown color: approx Red Oxide. HEX triplet: 63, 18 and 11. RGB value is (99,24,17). Sum of RGB (Red+Green+Blue) = 99+24+17=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #631811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631811 is #9CE7EE. Grayscale: #2D2D2D. Windows color (decimal): -10282991 or 1120355. OLE color: 1120355.

HSL color Cylindrical-coordinate representation of color #631811: hue angle of 5.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #631811 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB992417-
CMYK00.760.830.61
HSL5.12º70.69%22.75%-
HSV(B)5.12º82.83%38.82%-
XYZ5.573.350.88-
YUV45.63111.85166.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 70.71%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=70.71%
G=17.14%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99241700.760.830.615.1270.6922.75
Hex63181104C533D54717
Octal1433021011412375510727
Binary11000111100010001010011001010011111101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631811; }

 p { color: rgb(99,24,17); }

 H1.HeaderClassName
 {
   color: #631811;
 }
 .AnyTagClassName
 {
   color: #631811;
 }
</style>
background-color css

<style>
 a { background-color: #631811; }

 a { background-color: rgb(99,24,17); }

 div.DivClassName
 {
   background-color: #631811;
 }
 .BgClassName
 {
   background-color: #631811;
 }
</style>
border-color css

<style>
 span { border-color: #631811; }

 span { border-color: rgb(99,24,17); }

 td.TdClassName
 {
   border-color: #631811;
 }
 .TagClassName
 {
   border-color: #631811;
 }
</style>