Html Css Color HEX #512119 Caput Mortuum

📋 copy color: '#512119'

red 81 ◦ green 33 ◦ blue 25

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

Shades of Caput Mortuum #512119

Tints of Caput Mortuum #512119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.74%

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

R = 58.27%
G = 23.74%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512119 (or 0x512119) is known color: Caput Mortuum. HEX triplet: 51, 21 and 19. RGB value is (81,33,25). Sum of RGB (Red+Green+Blue) = 81+33+25=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512119 is #AEDEE6. Grayscale: #2E2E2E. Windows color (decimal): -11460327 or 1646929. OLE color: 1646929.

HSL color Cylindrical-coordinate representation of color #512119: hue angle of 8.57º 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 #512119 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 33 25 -
CMYK 0 0.59 0.69 0.68
HSL 8.57º 0.53% 0.21% -
HSV(B) 8.57º 0.69% 0.32% -
XYZ 4.11 2.91 1.26 -
YUV 46.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 81 33 25 0 0.59 0.69 0.68 8.57 0.53 0.21
Hex 51 21 19 0 3B 45 44 9 35 15
Octal 121 41 31 0 73 105 104 11 65 25
Binary 1010001 100001 11001 0 111011 1000101 1000100 1001 110101 10101

Color Harmonies of #512119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512119

Black with #512119

Text Example


Text Example

White with #512119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512119; }

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

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

background-color css

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

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

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

border-color css

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

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

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