#511B1D

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

Shades of Burnt Crimson #511B1D

Tints of Burnt Crimson #511B1D

Color information

#511B1D (or 0x511B1D) is unknown color: approx Burnt Crimson. HEX triplet: 51, 1B and 1D. RGB value is (81,27,29). Sum of RGB (Red+Green+Blue) = 81+27+29=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511B1D is #AEE4E2. Grayscale: #2B2B2B. Windows color (decimal): -11461859 or 1907537. OLE color: 1907537.

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

Color convert

RGB812729-
CMYK00.670.640.68
HSL357.78º50%21.18%-
HSV(B)357.78º66.67%31.76%-
XYZ4.012.621.46-
YUV43.37119.89154.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.12%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=59.12%
G=19.71%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81272900.670.640.68357.785021.18
Hex511B1D04340441663215
Octal121333501031001045466225
Binary10100011101111101010000111000000100010010110011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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