Html Css Color HEX #552220 Red Oxide

📋 copy color: '#552220'

red 85 ◦ green 34 ◦ blue 32

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

Shades of Red Oxide #552220

Tints of Red Oxide #552220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.52%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 56.29%
G = 22.52%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#552220 (or 0x552220) is known color: Red Oxide. HEX triplet: 55, 22 and 20. RGB value is (85,34,32). Sum of RGB (Red+Green+Blue) = 85+34+32=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #552220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552220 is #AADDDF. Grayscale: #313131. Windows color (decimal): -11197920 or 2105941. OLE color: 2105941.

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

Color convert

RGB 85 34 32 -
CMYK 0 0.60 0.62 0.67
HSL 2.26º 0.45% 0.23% -
HSV(B) 2.26º 0.62% 0.33% -
XYZ 4.58 3.18 1.74 -
YUV 49.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 85 34 32 0 0.60 0.62 0.67 2.26 0.45 0.23
Hex 55 22 20 0 3C 3E 43 2 2D 17
Octal 125 42 40 0 74 76 103 2 55 27
Binary 1010101 100010 100000 0 111100 111110 1000011 10 101101 10111

Color Harmonies of #552220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552220

Black with #552220

Text Example


Text Example

White with #552220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552220; }

 p { color: rgb(85,34,32); }

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

background-color css

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

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

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

border-color css

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

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

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