Html Css Color HEX #552121 Red Oxide

📋 copy color: '#552121'

red 85 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #552121

Tints of Red Oxide #552121

RGB

 RED value IS 85 (33.59% from 255) = 56.29%

 GREEN value IS 33 (13.28% from 255) = 21.85%

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

R = 56.29%
G = 21.85%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#552121 (or 0x552121) is known color: Red Oxide. HEX triplet: 55, 21 and 21. RGB value is (85,33,33). Sum of RGB (Red+Green+Blue) = 85+33+33=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #552121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552121 is #AADEDE. Grayscale: #303030. Windows color (decimal): -11198175 or 2171221. OLE color: 2171221.

HSL color Cylindrical-coordinate representation of color #552121: hue angle of 0º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #552121 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 33 -
CMYK 0 0.61 0.61 0.67
HSL 0.44% 0.23% -
HSV(B) 0.61% 0.33% -
XYZ 4.56 3.13 1.8 -
YUV 48.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 85 33 33 0 0.61 0.61 0.67 0 0.44 0.23
Hex 55 21 21 0 3D 3D 43 0 2C 17
Octal 125 41 41 0 75 75 103 0 54 27
Binary 1010101 100001 100001 0 111101 111101 1000011 0 101100 10111

Color Harmonies of #552121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552121

Black with #552121

Text Example


Text Example

White with #552121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552121; }

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

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

background-color css

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

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

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

border-color css

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

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

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