#552220

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

Shades of Red Oxide #552220

Tints of Red Oxide #552220

Color information

#552220 (or 0x552220) is unknown color: approx 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

RGB853432-
CMYK00.600.620.67
HSL2.26º45.3%22.94%-
HSV(B)2.26º62.35%33.33%-
XYZ4.583.181.74-
YUV49.02118.4153.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85343200.600.620.672.2645.322.94
Hex55222003C3E4322d17
Octal12542400747610325527
Binary1010101100010100000011110011111010000111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>