#551D22

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

Shades of Burnt Crimson #551D22

Tints of Burnt Crimson #551D22

Color information

#551D22 (or 0x551D22) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1D and 22. RGB value is (85,29,34). Sum of RGB (Red+Green+Blue) = 85+29+34=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D22 is #AAE2DD. Grayscale: #2E2E2E. Windows color (decimal): -11199198 or 2235733. OLE color: 2235733.

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

Color convert

RGB852934-
CMYK00.660.600.67
HSL354.64º49.12%22.35%-
HSV(B)354.64º65.88%33.33%-
XYZ4.472.931.84-
YUV46.31121.05155.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=57.43%
G=19.59%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85293400.660.600.67354.6449.1222.35
Hex551D220423C431633116
Octal12535420102741035436126
Binary10101011110110001001000010111100100001110110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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