#64241E

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

Shades of Red Oxide #64241E

Tints of Red Oxide #64241E

Color information

#64241E (or 0x64241E) is unknown color: approx Red Oxide. HEX triplet: 64, 24 and 1E. RGB value is (100,36,30). Sum of RGB (Red+Green+Blue) = 100+36+30=166 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.24% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 100 - color contains mainly: red. Hex color #64241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64241E is #9BDBE1. Grayscale: #363636. Windows color (decimal): -10214370 or 1975396. OLE color: 1975396.

HSL color Cylindrical-coordinate representation of color #64241E: hue angle of 5.14º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #64241E is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1003630-
CMYK00.640.700.61
HSL5.14º53.85%25.49%-
HSV(B)5.14º70%39.22%-
XYZ6.124.061.69-
YUV54.45114.2160.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.24%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=60.24%
G=21.69%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100363000.640.700.615.1453.8525.49
Hex64241E040463D53619
Octal144443601001067556631
Binary11001001001001111001000000100011011110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64241E; }

 p { color: rgb(100,36,30); }

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

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

 a { background-color: rgb(100,36,30); }

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

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

 span { border-color: rgb(100,36,30); }

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