Html Css Color HEX #662421 Red Oxide

📋 copy color: '#662421'

red 102 ◦ green 36 ◦ blue 33

#662421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #662421

Tints of Red Oxide #662421

RGB

 RED value IS 102 (40.23% from 255) = 59.65%

 GREEN value IS 36 (14.45% from 255) = 21.05%

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 59.65%
G = 21.05%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#662421 (or 0x662421) is known color: Red Oxide. HEX triplet: 66, 24 and 21. RGB value is (102,36,33). Sum of RGB (Red+Green+Blue) = 102+36+33=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662421 is #99DBDE. Grayscale: #373737. Windows color (decimal): -10083295 or 2172006. OLE color: 2172006.

HSL color Cylindrical-coordinate representation of color #662421: hue angle of 2.61º 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 #662421 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 36 33 -
CMYK 0 0.65 0.68 0.6
HSL 2.61º 0.51% 0.26% -
HSV(B) 2.61º 0.68% 0.4% -
XYZ 6.38 4.2 1.91 -
YUV 55.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 102 36 33 0 0.65 0.68 0.6 2.61 0.51 0.26
Hex 66 24 21 0 41 44 3C 3 33 1A
Octal 146 44 41 0 101 104 74 3 63 32
Binary 1100110 100100 100001 0 1000001 1000100 111100 11 110011 11010

Color Harmonies of #662421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662421

Black with #662421

Text Example


Text Example

White with #662421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662421; }

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

 H1.HeaderClassName
 {
   color: #662421;
 }
 .AnyTagClassName
 {
   color: #662421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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