Html Css Color HEX #512013 Caput Mortuum

📋 copy color: '#512013'

red 81 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #512013

Tints of Caput Mortuum #512013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.24%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 61.36%
G = 24.24%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#512013 (or 0x512013) is known color: Caput Mortuum. HEX triplet: 51, 20 and 13. RGB value is (81,32,19). Sum of RGB (Red+Green+Blue) = 81+32+19=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512013 is #AEDFEC. Grayscale: #2D2D2D. Windows color (decimal): -11460589 or 1253457. OLE color: 1253457.

HSL color Cylindrical-coordinate representation of color #512013: hue angle of 12.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512013 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 19 -
CMYK 0 0.60 0.77 0.68
HSL 12.58º 0.62% 0.2% -
HSV(B) 12.58º 0.77% 0.32% -
XYZ 4.03 2.83 0.95 -
YUV 45.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 81 32 19 0 0.60 0.77 0.68 12.58 0.62 0.2
Hex 51 20 13 0 3C 4D 44 D 3E 14
Octal 121 40 23 0 74 115 104 15 76 24
Binary 1010001 100000 10011 0 111100 1001101 1000100 1101 111110 10100

Color Harmonies of #512013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512013

Black with #512013

Text Example


Text Example

White with #512013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512013; }

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

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

background-color css

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

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

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

border-color css

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

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

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