#551D21

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

Shades of Burnt Crimson #551D21

Tints of Burnt Crimson #551D21

Color information

#551D21 (or 0x551D21) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1D and 21. RGB value is (85,29,33). Sum of RGB (Red+Green+Blue) = 85+29+33=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #551D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D21 is #AAE2DE. Grayscale: #2E2E2E. Windows color (decimal): -11199199 or 2170197. OLE color: 2170197.

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

Color convert

RGB852933-
CMYK00.660.610.67
HSL355.71º49.12%22.35%-
HSV(B)355.71º65.88%33.33%-
XYZ4.462.921.77-
YUV46.2120.55155.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=57.82%
G=19.73%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85293300.660.610.67355.7149.1222.35
Hex551D210423D431643116
Octal12535410102751035446126
Binary10101011110110000101000010111101100001110110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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