#551316

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

Shades of Burnt Crimson #551316

Tints of Burnt Crimson #551316

Color information

#551316 (or 0x551316) is unknown color: approx Burnt Crimson. HEX triplet: 55, 13 and 16. RGB value is (85,19,22). Sum of RGB (Red+Green+Blue) = 85+19+22=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551316 is #AAECE9. Grayscale: #272727. Windows color (decimal): -11201770 or 1446741. OLE color: 1446741.

HSL color Cylindrical-coordinate representation of color #551316: hue angle of 357.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551316 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB851922-
CMYK00.780.740.67
HSL357.27º63.46%20.39%-
HSV(B)357.27º77.65%33.33%-
XYZ4.122.451.02-
YUV39.08118.37160.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=67.46%
G=15.08%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85192200.780.740.67357.2763.4620.39
Hex55131604E4A431653f14
Octal125232601161121035457724
Binary10101011001110110010011101001010100001110110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551316; }

 p { color: rgb(85,19,22); }

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

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

 a { background-color: rgb(85,19,22); }

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

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

 span { border-color: rgb(85,19,22); }

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