#61231B

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

Shades of Caput Mortuum #61231B

Tints of Caput Mortuum #61231B

Color information

#61231B (or 0x61231B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 23 and 1B. RGB value is (97,35,27). Sum of RGB (Red+Green+Blue) = 97+35+27=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61231B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61231B is #9EDCE4. Grayscale: #343434. Windows color (decimal): -10411237 or 1778529. OLE color: 1778529.

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

Color convert

RGB973527-
CMYK00.640.720.62
HSL6.86º56.45%24.31%-
HSV(B)6.86º72.16%38.04%-
XYZ5.733.821.47-
YUV52.63113.54159.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=61.01%
G=22.01%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97352700.640.720.626.8656.4524.31
Hex61231B040483E73818
Octal141433301001107677030
Binary11000011000111101101000000100100011111011111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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