Html Css Color HEX #511B1D Burnt Crimson

📋 copy color: '#511B1D'

red 81 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #511B1D

Tints of Burnt Crimson #511B1D

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 value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#511B1D (or 0x511B1D) is known color: 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

RGB 81 27 29 -
CMYK 0 0.67 0.64 0.68
HSL 357.78º 0.5% 0.21% -
HSV(B) 357.78º 0.67% 0.32% -
XYZ 4.01 2.62 1.46 -
YUV 43.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 81 27 29 0 0.67 0.64 0.68 357.78 0.5 0.21
Hex 51 1B 1D 0 43 40 44 166 32 15
Octal 121 33 35 0 103 100 104 546 62 25
Binary 1010001 11011 11101 0 1000011 1000000 1000100 101100110 110010 10101

Color Harmonies of #511B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B1D

Black with #511B1D

Text Example


Text Example

White with #511B1D

Text Example


Text Example

HTML Codes & Css Web 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>