Html Css Color HEX #511D21 Burnt Crimson

📋 copy color: '#511D21'

red 81 ◦ green 29 ◦ blue 33

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

Shades of Burnt Crimson #511D21

Tints of Burnt Crimson #511D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 56.64%
G = 20.28%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511D21 (or 0x511D21) is known color: Burnt Crimson. HEX triplet: 51, 1D and 21. RGB value is (81,29,33). Sum of RGB (Red+Green+Blue) = 81+29+33=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #511D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D21 is #AEE2DE. Grayscale: #2D2D2D. Windows color (decimal): -11461343 or 2170193. OLE color: 2170193.

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

Color convert

RGB 81 29 33 -
CMYK 0 0.64 0.59 0.68
HSL 355.38º 0.47% 0.22% -
HSV(B) 355.38º 0.64% 0.32% -
XYZ 4.11 2.74 1.75 -
YUV 45 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 81 29 33 0 0.64 0.59 0.68 355.38 0.47 0.22
Hex 51 1D 21 0 40 3B 44 163 2F 16
Octal 121 35 41 0 100 73 104 543 57 26
Binary 1010001 11101 100001 0 1000000 111011 1000100 101100011 101111 10110

Color Harmonies of #511D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D21

Black with #511D21

Text Example


Text Example

White with #511D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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