#51181A

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

Shades of Burnt Crimson #51181A

Tints of Burnt Crimson #51181A

Color information

#51181A (or 0x51181A) is unknown color: approx Burnt Crimson. HEX triplet: 51, 18 and 1A. RGB value is (81,24,26). Sum of RGB (Red+Green+Blue) = 81+24+26=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #51181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51181A is #AEE7E5. Grayscale: #292929. Windows color (decimal): -11462630 or 1710161. OLE color: 1710161.

HSL color Cylindrical-coordinate representation of color #51181A: hue angle of 357.89º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51181A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB812426-
CMYK00.700.680.68
HSL357.89º54.29%20.59%-
HSV(B)357.89º70.37%31.76%-
XYZ3.912.481.25-
YUV41.27119.38156.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=61.83%
G=18.32%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81242600.700.680.68357.8954.2920.59
Hex51181A04644441663615
Octal121303201061041045466625
Binary10100011100011010010001101000100100010010110011011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51181A; }

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

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

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

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

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

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

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

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