#551518

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

Shades of Burnt Crimson #551518

Tints of Burnt Crimson #551518

Color information

#551518 (or 0x551518) is unknown color: approx Burnt Crimson. HEX triplet: 55, 15 and 18. RGB value is (85,21,24). Sum of RGB (Red+Green+Blue) = 85+21+24=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551518 is #AAEAE7. Grayscale: #282828. Windows color (decimal): -11201256 or 1578325. OLE color: 1578325.

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

Color convert

RGB852124-
CMYK00.750.720.67
HSL357.19º60.38%20.78%-
HSV(B)357.19º75.29%33.33%-
XYZ4.182.531.13-
YUV40.48118.7159.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 24 (9.77% from 255) = 18.46%
R=65.38%
G=16.15%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85212400.750.720.67357.1960.3820.78
Hex55151804B48431653c15
Octal125253001131101035457425
Binary10101011010111000010010111001000100001110110010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551518; }

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

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

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

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

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

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

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

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