#552221

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

Shades of Red Oxide #552221

Tints of Red Oxide #552221

Color information

#552221 (or 0x552221) is unknown color: approx Red Oxide. HEX triplet: 55, 22 and 21. RGB value is (85,34,33). Sum of RGB (Red+Green+Blue) = 85+34+33=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #552221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552221 is #AADDDE. Grayscale: #313131. Windows color (decimal): -11197919 or 2171477. OLE color: 2171477.

HSL color Cylindrical-coordinate representation of color #552221: hue angle of 1.15º 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 #552221 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB853433-
CMYK00.600.610.67
HSL1.15º44.07%23.14%-
HSV(B)1.15º61.18%33.33%-
XYZ4.593.191.81-
YUV49.14118.9153.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=55.92%
G=22.37%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85343300.600.610.671.1544.0723.14
Hex55222103C3D4312c17
Octal12542410747510315427
Binary101010110001010000101111001111011000011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552221; }

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

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

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

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

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

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

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

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