#511B1E

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

Shades of Burnt Crimson #511B1E

Tints of Burnt Crimson #511B1E

Color information

#511B1E (or 0x511B1E) is unknown color: approx Burnt Crimson. HEX triplet: 51, 1B and 1E. RGB value is (81,27,30). Sum of RGB (Red+Green+Blue) = 81+27+30=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B1E is #AEE4E1. Grayscale: #2B2B2B. Windows color (decimal): -11461858 or 1973073. OLE color: 1973073.

HSL color Cylindrical-coordinate representation of color #511B1E: hue angle of 356.67º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #511B1E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB812730-
CMYK00.670.630.68
HSL356.67º50%21.18%-
HSV(B)356.67º66.67%31.76%-
XYZ4.022.631.52-
YUV43.49120.39154.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=58.70%
G=19.57%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81273000.670.630.68356.675021.18
Hex511B1E0433F441653215
Octal12133360103771045456225
Binary1010001110111111001000011111111100010010110010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511B1E; }

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

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

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

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

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

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

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

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