#662121

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

Shades of Red Oxide #662121

Tints of Red Oxide #662121

Color information

#662121 (or 0x662121) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 21. RGB value is (102,33,33). Sum of RGB (Red+Green+Blue) = 102+33+33=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #662121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662121 is #99DEDE. Grayscale: #353535. Windows color (decimal): -10084063 or 2171238. OLE color: 2171238.

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

Color convert

RGB1023333-
CMYK00.680.680.6
HSL51.11%26.47%-
HSV(B)67.65%40%-
XYZ6.34.021.88-
YUV53.63116.36162.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=60.71%
G=19.64%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102333300.680.680.6051.1126.47
Hex662121044443C0331a
Octal146414101041047406332
Binary1100110100001100001010001001000100111100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662121; }

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

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

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

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

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

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

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

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