#64140a

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

Shades of Red Oxide #64140A

Tints of Red Oxide #64140A

Color information

#64140A (or 0x64140A) is unknown color: approx Red Oxide. HEX triplet: 64, 14 and 0A. RGB value is (100,20,10). Sum of RGB (Red+Green+Blue) = 100+20+10=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #64140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64140A is #9BEBF5. Grayscale: #2A2A2A. Windows color (decimal): -10218486 or 660580. OLE color: 660580.

HSL color Cylindrical-coordinate representation of color #64140A: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #64140A is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB1002010-
CMYK00.80.900.61
HSL6.67º81.82%21.57%-
HSV(B)6.67º90%39.22%-
XYZ5.563.230.62-
YUV42.78109.5168.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 76.92%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 10 (4.30% from 255) = 7.69%
R=76.92%
G=15.38%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100201000.80.900.616.6781.8221.57
Hex6414A0505A3D75216
Octal1442412012013275712226
Binary1100100101001010010100001011010111101111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64140a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64140a; }

 p { color: rgb(100,20,10); }

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

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

 a { background-color: rgb(100,20,10); }

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

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

 span { border-color: rgb(100,20,10); }

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