Html Css Color HEX #511D1F Burnt Crimson

📋 copy color: '#511D1F'

red 81 ◦ green 29 ◦ blue 31

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

Shades of Burnt Crimson #511D1F

Tints of Burnt Crimson #511D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 57.45%
G = 20.57%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#511D1F (or 0x511D1F) is known color: Burnt Crimson. HEX triplet: 51, 1D and 1F. RGB value is (81,29,31). Sum of RGB (Red+Green+Blue) = 81+29+31=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #511D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D1F is #AEE2E0. Grayscale: #2C2C2C. Windows color (decimal): -11461345 or 2039121. OLE color: 2039121.

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

Color convert

RGB 81 29 31 -
CMYK 0 0.64 0.62 0.68
HSL 357.69º 0.47% 0.22% -
HSV(B) 357.69º 0.64% 0.32% -
XYZ 4.08 2.73 1.61 -
YUV 44.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 81 29 31 0 0.64 0.62 0.68 357.69 0.47 0.22
Hex 51 1D 1F 0 40 3E 44 166 2F 16
Octal 121 35 37 0 100 76 104 546 57 26
Binary 1010001 11101 11111 0 1000000 111110 1000100 101100110 101111 10110

Color Harmonies of #511D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D1F

Black with #511D1F

Text Example


Text Example

White with #511D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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