#551F24

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

Shades of Burnt Crimson #551F24

Tints of Burnt Crimson #551F24

Color information

#551F24 (or 0x551F24) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1F and 24. RGB value is (85,31,36). Sum of RGB (Red+Green+Blue) = 85+31+36=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F24 is #AAE0DB. Grayscale: #2F2F2F. Windows color (decimal): -11198684 or 2367317. OLE color: 2367317.

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

Color convert

RGB853136-
CMYK00.640.580.67
HSL354.44º46.55%22.75%-
HSV(B)354.44º63.53%33.33%-
XYZ4.553.042.02-
YUV47.72121.39154.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=55.92%
G=20.39%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85313600.640.580.67354.4446.5522.75
Hex551F240403A431622f17
Octal12537440100721035425727
Binary10101011111110010001000000111010100001110110001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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