#612313

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

Shades of Caput Mortuum #612313

Tints of Caput Mortuum #612313

Color information

#612313 (or 0x612313) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 13. RGB value is (97,35,19). Sum of RGB (Red+Green+Blue) = 97+35+19=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612313 is #9EDCEC. Grayscale: #333333. Windows color (decimal): -10411245 or 1254241. OLE color: 1254241.

HSL color Cylindrical-coordinate representation of color #612313: hue angle of 12.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612313 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB973519-
CMYK00.640.800.62
HSL12.31º67.24%22.75%-
HSV(B)12.31º80.41%38.04%-
XYZ5.653.791.05-
YUV51.71109.54160.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=64.24%
G=23.18%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97351900.640.800.6212.3167.2422.75
Hex612313040503Ec4317
Octal14143230100120761410327
Binary1100001100011100110100000010100001111101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612313; }

 p { color: rgb(97,35,19); }

 H1.HeaderClassName
 {
   color: #612313;
 }
 .AnyTagClassName
 {
   color: #612313;
 }
</style>
background-color css

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

 a { background-color: rgb(97,35,19); }

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

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

 span { border-color: rgb(97,35,19); }

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