#511618

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

Shades of Burnt Crimson #511618

Tints of Burnt Crimson #511618

Color information

#511618 (or 0x511618) is unknown color: approx Burnt Crimson. HEX triplet: 51, 16 and 18. RGB value is (81,22,24). Sum of RGB (Red+Green+Blue) = 81+22+24=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #511618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511618 is #AEE9E7. Grayscale: #272727. Windows color (decimal): -11463144 or 1578577. OLE color: 1578577.

HSL color Cylindrical-coordinate representation of color #511618: hue angle of 357.97º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #511618 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB812224-
CMYK00.730.700.68
HSL357.97º57.28%20.2%-
HSV(B)357.97º72.84%31.76%-
XYZ3.852.391.12-
YUV39.87119.05157.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 63.78%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=63.78%
G=17.32%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81222400.730.700.68357.9757.2820.2
Hex51161804946441663914
Octal121263001111061045467124
Binary10100011011011000010010011000110100010010110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511618; }

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

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

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

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

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

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

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

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