Html Css Color HEX #512010 Caput Mortuum

📋 copy color: '#512010'

red 81 ◦ green 32 ◦ blue 16

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

Shades of Caput Mortuum #512010

Tints of Caput Mortuum #512010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 62.79%
G = 24.81%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#512010 (or 0x512010) is known color: Caput Mortuum. HEX triplet: 51, 20 and 10. RGB value is (81,32,16). Sum of RGB (Red+Green+Blue) = 81+32+16=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #512010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512010 is #AEDFEF. Grayscale: #2C2C2C. Windows color (decimal): -11460592 or 1056849. OLE color: 1056849.

HSL color Cylindrical-coordinate representation of color #512010: hue angle of 14.77º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512010 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 32 16 -
CMYK 0 0.60 0.80 0.68
HSL 14.77º 0.67% 0.19% -
HSV(B) 14.77º 0.8% 0.32% -
XYZ 4 2.82 0.82 -
YUV 44.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 81 32 16 0 0.60 0.80 0.68 14.77 0.67 0.19
Hex 51 20 10 0 3C 50 44 F 43 13
Octal 121 40 20 0 74 120 104 17 103 23
Binary 1010001 100000 10000 0 111100 1010000 1000100 1111 1000011 10011

Color Harmonies of #512010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512010

Black with #512010

Text Example


Text Example

White with #512010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512010; }

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

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

background-color css

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

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

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

border-color css

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

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

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