Html Css Color HEX #512017 Caput Mortuum

📋 copy color: '#512017'

red 81 ◦ green 32 ◦ blue 23

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

Shades of Caput Mortuum #512017

Tints of Caput Mortuum #512017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.91%

R = 59.56%
G = 23.53%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#512017 (or 0x512017) is known color: Caput Mortuum. HEX triplet: 51, 20 and 17. RGB value is (81,32,23). Sum of RGB (Red+Green+Blue) = 81+32+23=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #512017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512017 is #AEDFE8. Grayscale: #2D2D2D. Windows color (decimal): -11460585 or 1515601. OLE color: 1515601.

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

Color convert

RGB 81 32 23 -
CMYK 0 0.60 0.72 0.68
HSL 9.31º 0.56% 0.2% -
HSV(B) 9.31º 0.72% 0.32% -
XYZ 4.06 2.84 1.15 -
YUV 45.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 81 32 23 0 0.60 0.72 0.68 9.31 0.56 0.2
Hex 51 20 17 0 3C 48 44 9 38 14
Octal 121 40 27 0 74 110 104 11 70 24
Binary 1010001 100000 10111 0 111100 1001000 1000100 1001 111000 10100

Color Harmonies of #512017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512017

Black with #512017

Text Example


Text Example

White with #512017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512017; }

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

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

background-color css

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

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

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

border-color css

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

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

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