#552124

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

Shades of Burnt Crimson #552124

Tints of Burnt Crimson #552124

Color information

#552124 (or 0x552124) is unknown color: approx Burnt Crimson. HEX triplet: 55, 21 and 24. RGB value is (85,33,36). Sum of RGB (Red+Green+Blue) = 85+33+36=154 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.19% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 85 - color contains mainly: red. Hex color #552124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552124 is #AADEDB. Grayscale: #303030. Windows color (decimal): -11198172 or 2367829. OLE color: 2367829.

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

Color convert

RGB853336-
CMYK00.610.580.67
HSL356.54º44.07%23.14%-
HSV(B)356.54º61.18%33.33%-
XYZ4.613.152.03-
YUV48.89120.73153.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.19%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=55.19%
G=21.43%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85333600.610.580.67356.5444.0723.14
Hex55212403D3A431652c17
Octal1254144075721035455427
Binary10101011000011001000111101111010100001110110010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552124; }

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

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

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

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

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

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

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

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