Html Css Color HEX #512015 Caput Mortuum

📋 copy color: '#512015'

red 81 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #512015

Tints of Caput Mortuum #512015

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

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

R = 60.45%
G = 23.88%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#512015 (or 0x512015) is known color: Caput Mortuum. HEX triplet: 51, 20 and 15. RGB value is (81,32,21). Sum of RGB (Red+Green+Blue) = 81+32+21=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #512015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512015 is #AEDFEA. Grayscale: #2D2D2D. Windows color (decimal): -11460587 or 1384529. OLE color: 1384529.

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

Color convert

RGB 81 32 21 -
CMYK 0 0.60 0.74 0.68
HSL 11º 0.59% 0.2% -
HSV(B) 11º 0.74% 0.32% -
XYZ 4.05 2.84 1.04 -
YUV 45.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 81 32 21 0 0.60 0.74 0.68 11 0.59 0.2
Hex 51 20 15 0 3C 4A 44 B 3B 14
Octal 121 40 25 0 74 112 104 13 73 24
Binary 1010001 100000 10101 0 111100 1001010 1000100 1011 111011 10100

Color Harmonies of #512015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512015

Black with #512015

Text Example


Text Example

White with #512015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512015; }

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

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

background-color css

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

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

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

border-color css

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

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

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