Html Css Color HEX #512320 Caput Mortuum

📋 copy color: '#512320'

red 81 ◦ green 35 ◦ blue 32

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

Shades of Caput Mortuum #512320

Tints of Caput Mortuum #512320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.65%

 BLUE value IS 32 (12.89% from 255) = 21.62%

R = 54.73%
G = 23.65%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#512320 (or 0x512320) is known color: Caput Mortuum. HEX triplet: 51, 23 and 20. RGB value is (81,35,32). Sum of RGB (Red+Green+Blue) = 81+35+32=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #512320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512320 is #AEDCDF. Grayscale: #303030. Windows color (decimal): -11459808 or 2106193. OLE color: 2106193.

HSL color Cylindrical-coordinate representation of color #512320: hue angle of 3.67º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512320 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 35 32 -
CMYK 0 0.57 0.60 0.68
HSL 3.67º 0.43% 0.22% -
HSV(B) 3.67º 0.6% 0.32% -
XYZ 4.26 3.06 1.73 -
YUV 48.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 81 35 32 0 0.57 0.60 0.68 3.67 0.43 0.22
Hex 51 23 20 0 39 3C 44 4 2B 16
Octal 121 43 40 0 71 74 104 4 53 26
Binary 1010001 100011 100000 0 111001 111100 1000100 100 101011 10110

Color Harmonies of #512320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512320

Black with #512320

Text Example


Text Example

White with #512320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512320; }

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

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

background-color css

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

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

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

border-color css

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

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

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