Html Css Color HEX #512215 Caput Mortuum

📋 copy color: '#512215'

red 81 ◦ green 34 ◦ blue 21

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

Shades of Caput Mortuum #512215

Tints of Caput Mortuum #512215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 59.56%
G = 25%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#512215 (or 0x512215) is known color: Caput Mortuum. HEX triplet: 51, 22 and 15. RGB value is (81,34,21). Sum of RGB (Red+Green+Blue) = 81+34+21=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512215 is #AEDDEA. Grayscale: #2E2E2E. Windows color (decimal): -11460075 or 1385041. OLE color: 1385041.

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

Color convert

RGB 81 34 21 -
CMYK 0 0.58 0.74 0.68
HSL 13º 0.59% 0.2% -
HSV(B) 13º 0.74% 0.32% -
XYZ 4.1 2.95 1.06 -
YUV 46.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 81 34 21 0 0.58 0.74 0.68 13 0.59 0.2
Hex 51 22 15 0 3A 4A 44 D 3B 14
Octal 121 42 25 0 72 112 104 15 73 24
Binary 1010001 100010 10101 0 111010 1001010 1000100 1101 111011 10100

Color Harmonies of #512215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512215

Black with #512215

Text Example


Text Example

White with #512215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512215; }

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

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

background-color css

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

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

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

border-color css

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

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

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