#552122

Color #552122 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #552122

Tints of Burnt Crimson #552122

Color information

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

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

Color convert

RGB853334-
CMYK00.610.600.67
HSL358.85º44.07%23.14%-
HSV(B)358.85º61.18%33.33%-
XYZ4.583.131.88-
YUV48.66119.73153.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85333400.610.600.67358.8544.0723.14
Hex55212203D3C431672c17
Octal1254142075741035475427
Binary10101011000011000100111101111100100001110110011110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552122; }

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

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

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

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

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

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

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

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