#61271B

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

Shades of Caput Mortuum #61271B

Tints of Caput Mortuum #61271B

Color information

#61271B (or 0x61271B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 1B. RGB value is (97,39,27). Sum of RGB (Red+Green+Blue) = 97+39+27=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61271B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61271B is #9ED8E4. Grayscale: #373737. Windows color (decimal): -10410213 or 1779553. OLE color: 1779553.

HSL color Cylindrical-coordinate representation of color #61271B: hue angle of 10.29º 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 #61271B is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB973927-
CMYK00.600.720.62
HSL10.29º56.45%24.31%-
HSV(B)10.29º72.16%38.04%-
XYZ5.854.071.51-
YUV54.97112.22157.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=59.51%
G=23.93%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97392700.600.720.6210.2956.4524.31
Hex61271B03C483Ea3818
Octal141473307411076127030
Binary11000011001111101101111001001000111110101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61271B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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