#66211A

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

Shades of Red Oxide #66211A

Tints of Red Oxide #66211A

Color information

#66211A (or 0x66211A) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 1A. RGB value is (102,33,26). Sum of RGB (Red+Green+Blue) = 102+33+26=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #66211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66211A is #99DEE5. Grayscale: #343434. Windows color (decimal): -10084070 or 1712486. OLE color: 1712486.

HSL color Cylindrical-coordinate representation of color #66211A: hue angle of 5.53º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66211A is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1023326-
CMYK00.680.750.6
HSL5.53º59.38%25.1%-
HSV(B)5.53º74.51%40%-
XYZ6.213.991.42-
YUV52.83112.86163.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 33 (13.28% from 255) = 20.50%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=63.35%
G=20.50%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102332600.680.750.65.5359.3825.1
Hex66211A0444B3C63b19
Octal146413201041137467331
Binary11001101000011101001000100100101111110011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66211A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66211A; }

 p { color: rgb(102,33,26); }

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

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

 a { background-color: rgb(102,33,26); }

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

<style>
 span { border-color: #66211A; }

 span { border-color: rgb(102,33,26); }

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