#51191C

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

Shades of Burnt Crimson #51191C

Tints of Burnt Crimson #51191C

Color information

#51191C (or 0x51191C) is unknown color: approx Burnt Crimson. HEX triplet: 51, 19 and 1C. RGB value is (81,25,28). Sum of RGB (Red+Green+Blue) = 81+25+28=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #51191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51191C is #AEE6E3. Grayscale: #2A2A2A. Windows color (decimal): -11462372 or 1841489. OLE color: 1841489.

HSL color Cylindrical-coordinate representation of color #51191C: hue angle of 356.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51191C is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB812528-
CMYK00.690.650.68
HSL356.79º52.83%20.78%-
HSV(B)356.79º69.14%31.76%-
XYZ3.952.531.38-
YUV42.09120.05155.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 28 (11.33% from 255) = 20.90%
R=60.45%
G=18.66%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81252800.690.650.68356.7952.8320.78
Hex51191C04541441653515
Octal121313401051011045456525
Binary10100011100111100010001011000001100010010110010111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51191C; }

 p { color: rgb(81,25,28); }

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

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

 a { background-color: rgb(81,25,28); }

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

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

 span { border-color: rgb(81,25,28); }

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