Html Css Color HEX #511D20 Burnt Crimson

📋 copy color: '#511D20'

red 81 ◦ green 29 ◦ blue 32

#511D20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #511D20

Tints of Burnt Crimson #511D20

RGB

 RED value IS 81 (32.03% from 255) = 57.04%

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 32 (12.89% from 255) = 22.54%

R = 57.04%
G = 20.42%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511D20 (or 0x511D20) is known color: Burnt Crimson. HEX triplet: 51, 1D and 20. RGB value is (81,29,32). Sum of RGB (Red+Green+Blue) = 81+29+32=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D20 is #AEE2DF. Grayscale: #2C2C2C. Windows color (decimal): -11461344 or 2104657. OLE color: 2104657.

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

Color convert

RGB 81 29 32 -
CMYK 0 0.64 0.60 0.68
HSL 356.54º 0.47% 0.22% -
HSV(B) 356.54º 0.64% 0.32% -
XYZ 4.09 2.73 1.68 -
YUV 44.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 81 29 32 0 0.64 0.60 0.68 356.54 0.47 0.22
Hex 51 1D 20 0 40 3C 44 165 2F 16
Octal 121 35 40 0 100 74 104 545 57 26
Binary 1010001 11101 100000 0 1000000 111100 1000100 101100101 101111 10110

Color Harmonies of #511D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D20

Black with #511D20

Text Example


Text Example

White with #511D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #511D20;
 }
 .AnyTagClassName
 {
   color: #511D20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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