#66241D

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

Shades of Red Oxide #66241D

Tints of Red Oxide #66241D

Color information

#66241D (or 0x66241D) is unknown color: approx Red Oxide. HEX triplet: 66, 24 and 1D. RGB value is (102,36,29). Sum of RGB (Red+Green+Blue) = 102+36+29=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66241D is #99DBE2. Grayscale: #373737. Windows color (decimal): -10083299 or 1909862. OLE color: 1909862.

HSL color Cylindrical-coordinate representation of color #66241D: hue angle of 5.75º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66241D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1023629-
CMYK00.650.720.6
HSL5.75º55.73%25.69%-
HSV(B)5.75º71.57%40%-
XYZ6.334.181.63-
YUV54.94113.37161.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=61.08%
G=21.56%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102362900.650.720.65.7555.7325.69
Hex66241D041483C6381a
Octal146443501011107467032
Binary11001101001001110101000001100100011110011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,36,29); }

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

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

 a { background-color: rgb(102,36,29); }

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

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

 span { border-color: rgb(102,36,29); }

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