#641612

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

Shades of Red Oxide #641612

Tints of Red Oxide #641612

Color information

#641612 (or 0x641612) is unknown color: approx Red Oxide. HEX triplet: 64, 16 and 12. RGB value is (100,22,18). Sum of RGB (Red+Green+Blue) = 100+22+18=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #641612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641612 is #9BE9ED. Grayscale: #2C2C2C. Windows color (decimal): -10217966 or 1185380. OLE color: 1185380.

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

Color convert

RGB1002218-
CMYK00.780.820.61
HSL2.93º69.49%23.14%-
HSV(B)2.93º82%39.22%-
XYZ5.653.330.92-
YUV44.87112.84167.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.43%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=71.43%
G=15.71%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100221800.780.820.612.9369.4923.14
Hex64161204E523D34517
Octal1442622011612275310527
Binary1100100101101001001001110101001011110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641612; }

 p { color: rgb(100,22,18); }

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

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

 a { background-color: rgb(100,22,18); }

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

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

 span { border-color: rgb(100,22,18); }

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