Html Css Color HEX #512313 Caput Mortuum

📋 copy color: '#512313'

red 81 ◦ green 35 ◦ blue 19

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

Shades of Caput Mortuum #512313

Tints of Caput Mortuum #512313

RGB

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

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

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

R = 60%
G = 25.93%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#512313 (or 0x512313) is known color: Caput Mortuum. HEX triplet: 51, 23 and 13. RGB value is (81,35,19). Sum of RGB (Red+Green+Blue) = 81+35+19=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512313 is #AEDCEC. Grayscale: #2F2F2F. Windows color (decimal): -11459821 or 1254225. OLE color: 1254225.

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

Color convert

RGB 81 35 19 -
CMYK 0 0.57 0.77 0.68
HSL 15.48º 0.62% 0.2% -
HSV(B) 15.48º 0.77% 0.32% -
XYZ 4.11 3 0.98 -
YUV 46.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 81 35 19 0 0.57 0.77 0.68 15.48 0.62 0.2
Hex 51 23 13 0 39 4D 44 F 3E 14
Octal 121 43 23 0 71 115 104 17 76 24
Binary 1010001 100011 10011 0 111001 1001101 1000100 1111 111110 10100

Color Harmonies of #512313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512313

Black with #512313

Text Example


Text Example

White with #512313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512313; }

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

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

background-color css

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

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

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

border-color css

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

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

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