#551E25

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

Shades of Burnt Crimson #551E25

Tints of Burnt Crimson #551E25

Color information

#551E25 (or 0x551E25) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1E and 25. RGB value is (85,30,37). Sum of RGB (Red+Green+Blue) = 85+30+37=152 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.92% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 85 - color contains mainly: red. Hex color #551E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E25 is #AAE1DA. Grayscale: #2F2F2F. Windows color (decimal): -11198939 or 2432597. OLE color: 2432597.

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

Color convert

RGB853037-
CMYK00.650.560.67
HSL352.36º47.83%22.55%-
HSV(B)352.36º64.71%33.33%-
XYZ4.542.992.09-
YUV47.24122.22154.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.92%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=55.92%
G=19.74%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85303700.650.560.67352.3647.8322.55
Hex551E2504138431603017
Octal12536450101701035406027
Binary10101011111010010101000001111000100001110110000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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