#64190D

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

Shades of Red Oxide #64190D

Tints of Red Oxide #64190D

Color information

#64190D (or 0x64190D) is unknown color: approx Red Oxide. HEX triplet: 64, 19 and 0D. RGB value is (100,25,13). Sum of RGB (Red+Green+Blue) = 100+25+13=138 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.46% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 100 - color contains mainly: red. Hex color #64190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64190D is #9BE6F2. Grayscale: #2E2E2E. Windows color (decimal): -10217203 or 858468. OLE color: 858468.

HSL color Cylindrical-coordinate representation of color #64190D: hue angle of 8.28º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64190D is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB1002513-
CMYK00.750.870.61
HSL8.28º76.99%22.16%-
HSV(B)8.28º87%39.22%-
XYZ5.683.430.74-
YUV46.06109.35166.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 72.46%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=72.46%
G=18.12%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100251300.750.870.618.2876.9922.16
Hex6419D04B573D84d16
Octal14431150113127751011526
Binary11001001100111010100101110101111111011000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64190D; }

 p { color: rgb(100,25,13); }

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

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

 a { background-color: rgb(100,25,13); }

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

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

 span { border-color: rgb(100,25,13); }

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