#61231A

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

Shades of Caput Mortuum #61231A

Tints of Caput Mortuum #61231A

Color information

#61231A (or 0x61231A) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 1A. RGB value is (97,35,26). Sum of RGB (Red+Green+Blue) = 97+35+26=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61231A is #9EDCE5. Grayscale: #343434. Windows color (decimal): -10411238 or 1712993. OLE color: 1712993.

HSL color Cylindrical-coordinate representation of color #61231A: hue angle of 7.61º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61231A is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB973526-
CMYK00.640.730.62
HSL7.61º57.72%24.12%-
HSV(B)7.61º73.2%38.04%-
XYZ5.723.821.41-
YUV52.51113.04159.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=61.39%
G=22.15%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97352600.640.730.627.6157.7224.12
Hex61231A040493E83a18
Octal1414332010011176107230
Binary110000110001111010010000001001001111110100011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61231A; }

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

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

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

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

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

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

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

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