#551E24

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

Shades of Burnt Crimson #551E24

Tints of Burnt Crimson #551E24

Color information

#551E24 (or 0x551E24) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1E and 24. RGB value is (85,30,36). Sum of RGB (Red+Green+Blue) = 85+30+36=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #551E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E24 is #AAE1DB. Grayscale: #2F2F2F. Windows color (decimal): -11198940 or 2367061. OLE color: 2367061.

HSL color Cylindrical-coordinate representation of color #551E24: hue angle of 353.45º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #551E24 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB853036-
CMYK00.650.580.67
HSL353.45º47.83%22.55%-
HSV(B)353.45º64.71%33.33%-
XYZ4.532.992.01-
YUV47.13121.72155.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.29%
GREEN value IS 30 (12.11% from 255) = 19.87%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=56.29%
G=19.87%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85303600.650.580.67353.4547.8322.55
Hex551E240413A431613017
Octal12536440101721035416027
Binary10101011111010010001000001111010100001110110000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551E24; }

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

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

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

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

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

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

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

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