#551D24

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

Shades of Burnt Crimson #551D24

Tints of Burnt Crimson #551D24

Color information

#551D24 (or 0x551D24) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1D and 24. RGB value is (85,29,36). Sum of RGB (Red+Green+Blue) = 85+29+36=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #551D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D24 is #AAE2DB. Grayscale: #2E2E2E. Windows color (decimal): -11199196 or 2366805. OLE color: 2366805.

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

Color convert

RGB852936-
CMYK00.660.580.67
HSL352.5º49.12%22.35%-
HSV(B)352.5º65.88%33.33%-
XYZ4.52.942-
YUV46.54122.05155.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 36 (14.45% from 255) = 24%
R=56.67%
G=19.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85293600.660.580.67352.549.1222.35
Hex551D240423A431603116
Octal12535440102721035406126
Binary10101011110110010001000010111010100001110110000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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