#641804

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

Shades of Red Oxide #641804

Tints of Red Oxide #641804

Color information

#641804 (or 0x641804) is unknown color: approx Red Oxide. HEX triplet: 64, 18 and 04. RGB value is (100,24,4). Sum of RGB (Red+Green+Blue) = 100+24+4=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #641804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641804 is #9BE7FB. Grayscale: #2C2C2C. Windows color (decimal): -10217468 or 268388. OLE color: 268388.

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

Color convert

RGB100244-
CMYK00.760.960.61
HSL12.5º92.31%20.39%-
HSV(B)12.5º96%39.22%-
XYZ5.63.370.47-
YUV44.44105.18167.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 78.12%
GREEN value IS 24 (9.77% from 255) = 18.75%
BLUE value IS 4 (1.95% from 255) = 3.12%
R=78.12%
G=18.75%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10024400.760.960.6112.592.3120.39
Hex6418404C603Dc5c14
Octal1443040114140751413424
Binary1100100110001000100110011000001111011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641804; }

 p { color: rgb(100,24,4); }

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

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

 a { background-color: rgb(100,24,4); }

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

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

 span { border-color: rgb(100,24,4); }

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