Html Css Color HEX #512319 Caput Mortuum

📋 copy color: '#512319'

red 81 ◦ green 35 ◦ blue 25

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

Shades of Caput Mortuum #512319

Tints of Caput Mortuum #512319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.82%

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

R = 57.45%
G = 24.82%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#512319 (or 0x512319) is known color: Caput Mortuum. HEX triplet: 51, 23 and 19. RGB value is (81,35,25). Sum of RGB (Red+Green+Blue) = 81+35+25=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #512319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512319 is #AEDCE6. Grayscale: #2F2F2F. Windows color (decimal): -11459815 or 1647441. OLE color: 1647441.

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

Color convert

RGB 81 35 25 -
CMYK 0 0.57 0.69 0.68
HSL 10.71º 0.53% 0.21% -
HSV(B) 10.71º 0.69% 0.32% -
XYZ 4.17 3.02 1.28 -
YUV 47.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 81 35 25 0 0.57 0.69 0.68 10.71 0.53 0.21
Hex 51 23 19 0 39 45 44 B 35 15
Octal 121 43 31 0 71 105 104 13 65 25
Binary 1010001 100011 11001 0 111001 1000101 1000100 1011 110101 10101

Color Harmonies of #512319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512319

Black with #512319

Text Example


Text Example

White with #512319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512319; }

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

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

background-color css

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

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

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

border-color css

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

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

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