#551415

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

Shades of Burnt Crimson #551415

Tints of Burnt Crimson #551415

Color information

#551415 (or 0x551415) is unknown color: approx Burnt Crimson. HEX triplet: 55, 14 and 15. RGB value is (85,20,21). Sum of RGB (Red+Green+Blue) = 85+20+21=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551415 is #AAEBEA. Grayscale: #272727. Windows color (decimal): -11201515 or 1381461. OLE color: 1381461.

HSL color Cylindrical-coordinate representation of color #551415: hue angle of 359.08º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551415 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB852021-
CMYK00.760.750.67
HSL359.08º61.9%20.59%-
HSV(B)359.08º76.47%33.33%-
XYZ4.132.490.97-
YUV39.55117.53160.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=67.46%
G=15.87%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85202100.760.750.67359.0861.920.59
Hex55141504C4B431673e15
Octal125242501141131035477625
Binary10101011010010101010011001001011100001110110011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551415; }

 p { color: rgb(85,20,21); }

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

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

 a { background-color: rgb(85,20,21); }

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

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

 span { border-color: rgb(85,20,21); }

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