#641C08

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

Shades of Red Oxide #641C08

Tints of Red Oxide #641C08

Color information

#641C08 (or 0x641C08) is unknown color: approx Red Oxide. HEX triplet: 64, 1C and 08. RGB value is (100,28,8). Sum of RGB (Red+Green+Blue) = 100+28+8=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #641C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641C08 is #9BE3F7. Grayscale: #2F2F2F. Windows color (decimal): -10216440 or 531556. OLE color: 531556.

HSL color Cylindrical-coordinate representation of color #641C08: hue angle of 13.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #641C08 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB100288-
CMYK00.720.920.61
HSL13.04º85.19%21.18%-
HSV(B)13.04º92%39.22%-
XYZ5.713.560.62-
YUV47.25105.85165.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 73.53%
GREEN value IS 28 (11.33% from 255) = 20.59%
BLUE value IS 8 (3.52% from 255) = 5.88%
R=73.53%
G=20.59%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10028800.720.920.6113.0485.1921.18
Hex641C80485C3Dd5515
Octal14434100110134751512525
Binary11001001110010000100100010111001111011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641C08; }

 p { color: rgb(100,28,8); }

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

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

 a { background-color: rgb(100,28,8); }

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

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

 span { border-color: rgb(100,28,8); }

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