#551F25

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

Shades of Burnt Crimson #551F25

Tints of Burnt Crimson #551F25

Color information

#551F25 (or 0x551F25) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1F and 25. RGB value is (85,31,37). Sum of RGB (Red+Green+Blue) = 85+31+37=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F25 is #AAE0DA. Grayscale: #2F2F2F. Windows color (decimal): -11198683 or 2432853. OLE color: 2432853.

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

Color convert

RGB853137-
CMYK00.640.560.67
HSL353.33º46.55%22.75%-
HSV(B)353.33º63.53%33.33%-
XYZ4.573.042.1-
YUV47.83121.89154.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 37 (14.84% from 255) = 24.18%
R=55.56%
G=20.26%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85313700.640.560.67353.3346.5522.75
Hex551F2504038431612f17
Octal12537450100701035415727
Binary10101011111110010101000000111000100001110110000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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