#551617

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

Shades of Burnt Crimson #551617

Tints of Burnt Crimson #551617

Color information

#551617 (or 0x551617) is unknown color: approx Burnt Crimson. HEX triplet: 55, 16 and 17. RGB value is (85,22,23). Sum of RGB (Red+Green+Blue) = 85+22+23=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551617 is #AAE9E8. Grayscale: #292929. Windows color (decimal): -11201001 or 1513045. OLE color: 1513045.

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

Color convert

RGB852223-
CMYK00.740.730.67
HSL359.05º58.88%20.98%-
HSV(B)359.05º74.12%33.33%-
XYZ4.192.571.09-
YUV40.95117.87159.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 22 (8.98% from 255) = 16.92%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=65.38%
G=16.92%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222300.740.730.67359.0558.8820.98
Hex55161704A49431673b15
Octal125262701121111035477325
Binary10101011011010111010010101001001100001110110011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551617; }

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

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

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

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

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

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

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

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