#511C1D

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

Shades of Burnt Crimson #511C1D

Tints of Burnt Crimson #511C1D

Color information

#511C1D (or 0x511C1D) is unknown color: approx Burnt Crimson. HEX triplet: 51, 1C and 1D. RGB value is (81,28,29). Sum of RGB (Red+Green+Blue) = 81+28+29=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C1D is #AEE3E2. Grayscale: #2C2C2C. Windows color (decimal): -11461603 or 1907793. OLE color: 1907793.

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

Color convert

RGB812829-
CMYK00.650.640.68
HSL358.87º48.62%21.37%-
HSV(B)358.87º65.43%31.76%-
XYZ4.032.671.47-
YUV43.96119.56154.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=58.70%
G=20.29%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81282900.650.640.68358.8748.6221.37
Hex511C1D04140441673115
Octal121343501011001045476125
Binary10100011110011101010000011000000100010010110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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