#512320

Color #512320 Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #512320

Tints of Caput Mortuum #512320

Color information

#512320 (or 0x512320) is unknown color: approx 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

RGB813532-
CMYK00.570.600.68
HSL3.67º43.36%22.16%-
HSV(B)3.67º60.49%31.76%-
XYZ4.263.061.73-
YUV48.41118.74151.24-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81353200.570.600.683.6743.3622.16
Hex5123200393C4442b16
Octal12143400717410445326
Binary10100011000111000000111001111100100010010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>