#511415

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

Shades of Burnt Crimson #511415

Tints of Burnt Crimson #511415

Color information

#511415 (or 0x511415) is unknown color: approx Burnt Crimson. HEX triplet: 51, 14 and 15. RGB value is (81,20,21). Sum of RGB (Red+Green+Blue) = 81+20+21=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511415 is #AEEBEA. Grayscale: #262626. Windows color (decimal): -11463659 or 1381457. OLE color: 1381457.

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

Color convert

RGB812021-
CMYK00.750.740.68
HSL359.02º60.4%19.8%-
HSV(B)359.02º75.31%31.76%-
XYZ3.782.30.95-
YUV38.35118.21158.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.39%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=66.39%
G=16.39%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81202100.750.740.68359.0260.419.8
Hex51141504B4A441673c14
Octal121242501131121045477424
Binary10100011010010101010010111001010100010010110011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511415; }

 p { color: rgb(81,20,21); }

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

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

 a { background-color: rgb(81,20,21); }

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

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

 span { border-color: rgb(81,20,21); }

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