Html Css Color HEX #512314 Caput Mortuum

📋 copy color: '#512314'

red 81 ◦ green 35 ◦ blue 20

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

Shades of Caput Mortuum #512314

Tints of Caput Mortuum #512314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 59.56%
G = 25.74%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#512314 (or 0x512314) is known color: Caput Mortuum. HEX triplet: 51, 23 and 14. RGB value is (81,35,20). Sum of RGB (Red+Green+Blue) = 81+35+20=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512314 is #AEDCEB. Grayscale: #2F2F2F. Windows color (decimal): -11459820 or 1319761. OLE color: 1319761.

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

Color convert

RGB 81 35 20 -
CMYK 0 0.57 0.75 0.68
HSL 14.75º 0.6% 0.2% -
HSV(B) 14.75º 0.75% 0.32% -
XYZ 4.12 3 1.02 -
YUV 47.04 112.74 152.22 -
System Red Green Blue C M Y K H S L
Decimal 81 35 20 0 0.57 0.75 0.68 14.75 0.6 0.2
Hex 51 23 14 0 39 4B 44 F 3C 14
Octal 121 43 24 0 71 113 104 17 74 24
Binary 1010001 100011 10100 0 111001 1001011 1000100 1111 111100 10100

Color Harmonies of #512314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512314

Black with #512314

Text Example


Text Example

White with #512314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512314; }

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

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

background-color css

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

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

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

border-color css

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

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

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