Html Css Color HEX #511C1D Burnt Crimson

📋 copy color: '#511C1D'

red 81 ◦ green 28 ◦ blue 29

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

Shades of Burnt Crimson #511C1D

Tints of Burnt Crimson #511C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.29%

 BLUE value IS 29 (11.72% from 255) = 21.01%

R = 58.7%
G = 20.29%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 81 28 29 -
CMYK 0 0.65 0.64 0.68
HSL 358.87º 0.49% 0.21% -
HSV(B) 358.87º 0.65% 0.32% -
XYZ 4.03 2.67 1.47 -
YUV 43.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 81 28 29 0 0.65 0.64 0.68 358.87 0.49 0.21
Hex 51 1C 1D 0 41 40 44 167 31 15
Octal 121 34 35 0 101 100 104 547 61 25
Binary 1010001 11100 11101 0 1000001 1000000 1000100 101100111 110001 10101

Color Harmonies of #511C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C1D

Black with #511C1D

Text Example


Text Example

White with #511C1D

Text Example


Text Example

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