#64190F

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

Shades of Red Oxide #64190F

Tints of Red Oxide #64190F

Color information

#64190F (or 0x64190F) is unknown color: approx Red Oxide. HEX triplet: 64, 19 and 0F. RGB value is (100,25,15). Sum of RGB (Red+Green+Blue) = 100+25+15=140 (18% of max value = 765). Red value is 100 (39.45% from 255 or 71.43% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 100 - color contains mainly: red. Hex color #64190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64190F is #9BE6F0. Grayscale: #2E2E2E. Windows color (decimal): -10217201 or 989540. OLE color: 989540.

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

Color convert

RGB1002515-
CMYK00.750.850.61
HSL7.06º73.91%22.55%-
HSV(B)7.06º85%39.22%-
XYZ5.693.440.82-
YUV46.28110.35166.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 71.43%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=71.43%
G=17.86%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100251500.750.850.617.0673.9122.55
Hex6419F04B553D74a17
Octal1443117011312575711227
Binary1100100110011111010010111010101111101111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64190F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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