Html Css Color HEX #512115 Caput Mortuum

📋 copy color: '#512115'

red 81 ◦ green 33 ◦ blue 21

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

Shades of Caput Mortuum #512115

Tints of Caput Mortuum #512115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.44%

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

R = 60%
G = 24.44%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#512115 (or 0x512115) is known color: Caput Mortuum. HEX triplet: 51, 21 and 15. RGB value is (81,33,21). Sum of RGB (Red+Green+Blue) = 81+33+21=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #512115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512115 is #AEDEEA. Grayscale: #2E2E2E. Windows color (decimal): -11460331 or 1384785. OLE color: 1384785.

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

Color convert

RGB 81 33 21 -
CMYK 0 0.59 0.74 0.68
HSL 12º 0.59% 0.2% -
HSV(B) 12º 0.74% 0.32% -
XYZ 4.07 2.89 1.05 -
YUV 45.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 81 33 21 0 0.59 0.74 0.68 12 0.59 0.2
Hex 51 21 15 0 3B 4A 44 C 3B 14
Octal 121 41 25 0 73 112 104 14 73 24
Binary 1010001 100001 10101 0 111011 1001010 1000100 1100 111011 10100

Color Harmonies of #512115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512115

Black with #512115

Text Example


Text Example

White with #512115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512115; }

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

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

background-color css

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

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

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

border-color css

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

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

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