Html Css Color HEX #512213 Caput Mortuum

📋 copy color: '#512213'

red 81 ◦ green 34 ◦ blue 19

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

Shades of Caput Mortuum #512213

Tints of Caput Mortuum #512213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.37%

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

R = 60.45%
G = 25.37%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#512213 (or 0x512213) is known color: Caput Mortuum. HEX triplet: 51, 22 and 13. RGB value is (81,34,19). Sum of RGB (Red+Green+Blue) = 81+34+19=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512213 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512213 is #AEDDEC. Grayscale: #2E2E2E. Windows color (decimal): -11460077 or 1253969. OLE color: 1253969.

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

Color convert

RGB 81 34 19 -
CMYK 0 0.58 0.77 0.68
HSL 14.52º 0.62% 0.2% -
HSV(B) 14.52º 0.77% 0.32% -
XYZ 4.08 2.94 0.97 -
YUV 46.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 81 34 19 0 0.58 0.77 0.68 14.52 0.62 0.2
Hex 51 22 13 0 3A 4D 44 F 3E 14
Octal 121 42 23 0 72 115 104 17 76 24
Binary 1010001 100010 10011 0 111010 1001101 1000100 1111 111110 10100

Color Harmonies of #512213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512213

Black with #512213

Text Example


Text Example

White with #512213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512213; }

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

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

background-color css

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

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

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

border-color css

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

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

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