#552128

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

Shades of Burnt Crimson #552128

Tints of Burnt Crimson #552128

Color information

#552128 (or 0x552128) is unknown color: approx Burnt Crimson. HEX triplet: 55, 21 and 28. RGB value is (85,33,40). Sum of RGB (Red+Green+Blue) = 85+33+40=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552128 is #AADED7. Grayscale: #313131. Windows color (decimal): -11198168 or 2629973. OLE color: 2629973.

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

Color convert

RGB853340-
CMYK00.610.530.67
HSL351.92º44.07%23.14%-
HSV(B)351.92º61.18%33.33%-
XYZ4.673.172.37-
YUV49.35122.73153.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=53.80%
G=20.89%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85334000.610.530.67351.9244.0723.14
Hex55212803D35431602c17
Octal1254150075651035405427
Binary10101011000011010000111101110101100001110110000010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552128; }

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

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

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

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

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

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

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

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