#51191B

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

Shades of Burnt Crimson #51191B

Tints of Burnt Crimson #51191B

Color information

#51191B (or 0x51191B) is unknown color: approx Burnt Crimson. HEX triplet: 51, 19 and 1B. RGB value is (81,25,27). Sum of RGB (Red+Green+Blue) = 81+25+27=133 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.90% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 81 - color contains mainly: red. Hex color #51191B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51191B is #AEE6E4. Grayscale: #2A2A2A. Windows color (decimal): -11462373 or 1775953. OLE color: 1775953.

HSL color Cylindrical-coordinate representation of color #51191B: hue angle of 357.86º 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 #51191B is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB812527-
CMYK00.690.670.68
HSL357.86º52.83%20.78%-
HSV(B)357.86º69.14%31.76%-
XYZ3.942.521.32-
YUV41.97119.55155.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.90%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 27 (10.94% from 255) = 20.30%
R=60.90%
G=18.80%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81252700.690.670.68357.8652.8320.78
Hex51191B04543441663515
Octal121313301051031045466525
Binary10100011100111011010001011000011100010010110011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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