#551618

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

Shades of Burnt Crimson #551618

Tints of Burnt Crimson #551618

Color information

#551618 (or 0x551618) is unknown color: approx Burnt Crimson. HEX triplet: 55, 16 and 18. RGB value is (85,22,24). Sum of RGB (Red+Green+Blue) = 85+22+24=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #551618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551618 is #AAE9E7. Grayscale: #292929. Windows color (decimal): -11201000 or 1578581. OLE color: 1578581.

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

Color convert

RGB852224-
CMYK00.740.720.67
HSL358.1º58.88%20.98%-
HSV(B)358.1º74.12%33.33%-
XYZ4.22.571.14-
YUV41.06118.37159.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=64.89%
G=16.79%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222400.740.720.67358.158.8820.98
Hex55161804A48431663b15
Octal125263001121101035467325
Binary10101011011011000010010101001000100001110110011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551618; }

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

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

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

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

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

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

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

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