#552127

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

Shades of Burnt Crimson #552127

Tints of Burnt Crimson #552127

Color information

#552127 (or 0x552127) is unknown color: approx Burnt Crimson. HEX triplet: 55, 21 and 27. RGB value is (85,33,39). Sum of RGB (Red+Green+Blue) = 85+33+39=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552127 is #AADED8. Grayscale: #313131. Windows color (decimal): -11198169 or 2564437. OLE color: 2564437.

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

Color convert

RGB853339-
CMYK00.610.540.67
HSL353.08º44.07%23.14%-
HSV(B)353.08º61.18%33.33%-
XYZ4.663.172.29-
YUV49.23122.23153.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=54.14%
G=21.02%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85333900.610.540.67353.0844.0723.14
Hex55212703D36431612c17
Octal1254147075661035415427
Binary10101011000011001110111101110110100001110110000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552127; }

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

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

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

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

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

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

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

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