#552228

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

Shades of Burnt Crimson #552228

Tints of Burnt Crimson #552228

Color information

#552228 (or 0x552228) is unknown color: approx Burnt Crimson. HEX triplet: 55, 22 and 28. RGB value is (85,34,40). Sum of RGB (Red+Green+Blue) = 85+34+40=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552228 is #AADDD7. Grayscale: #313131. Windows color (decimal): -11197912 or 2630229. OLE color: 2630229.

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

Color convert

RGB853440-
CMYK00.600.530.67
HSL352.94º42.86%23.33%-
HSV(B)352.94º60%33.33%-
XYZ4.73.232.38-
YUV49.93122.4153.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=53.46%
G=21.38%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85344000.600.530.67352.9442.8623.33
Hex55222803C35431612b17
Octal1254250074651035415327
Binary10101011000101010000111100110101100001110110000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552228; }

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

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

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

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

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

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

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

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