Html Css Color HEX #512019 Caput Mortuum

📋 copy color: '#512019'

red 81 ◦ green 32 ◦ blue 25

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

Shades of Caput Mortuum #512019

Tints of Caput Mortuum #512019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 18.12%

R = 58.7%
G = 23.19%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512019 (or 0x512019) is known color: Caput Mortuum. HEX triplet: 51, 20 and 19. RGB value is (81,32,25). Sum of RGB (Red+Green+Blue) = 81+32+25=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512019 is #AEDFE6. Grayscale: #2D2D2D. Windows color (decimal): -11460583 or 1646673. OLE color: 1646673.

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

Color convert

RGB 81 32 25 -
CMYK 0 0.60 0.69 0.68
HSL 7.5º 0.53% 0.21% -
HSV(B) 7.5º 0.69% 0.32% -
XYZ 4.09 2.85 1.25 -
YUV 45.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 81 32 25 0 0.60 0.69 0.68 7.5 0.53 0.21
Hex 51 20 19 0 3C 45 44 8 35 15
Octal 121 40 31 0 74 105 104 10 65 25
Binary 1010001 100000 11001 0 111100 1000101 1000100 1000 110101 10101

Color Harmonies of #512019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512019

Black with #512019

Text Example


Text Example

White with #512019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512019; }

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

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

background-color css

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

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

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

border-color css

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

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

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