#551517

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

Shades of Burnt Crimson #551517

Tints of Burnt Crimson #551517

Color information

#551517 (or 0x551517) is unknown color: approx Burnt Crimson. HEX triplet: 55, 15 and 17. RGB value is (85,21,23). Sum of RGB (Red+Green+Blue) = 85+21+23=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551517 is #AAEAE8. Grayscale: #282828. Windows color (decimal): -11201257 or 1512789. OLE color: 1512789.

HSL color Cylindrical-coordinate representation of color #551517: hue angle of 358.12º 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 #551517 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB852123-
CMYK00.750.730.67
HSL358.12º60.38%20.78%-
HSV(B)358.12º75.29%33.33%-
XYZ4.172.531.08-
YUV40.36118.2159.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=65.89%
G=16.28%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85212300.750.730.67358.1260.3820.78
Hex55151704B49431663c15
Octal125252701131111035467425
Binary10101011010110111010010111001001100001110110011011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551517; }

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

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

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

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

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

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

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

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