#61271A

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

Shades of Caput Mortuum #61271A

Tints of Caput Mortuum #61271A

Color information

#61271A (or 0x61271A) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 1A. RGB value is (97,39,26). Sum of RGB (Red+Green+Blue) = 97+39+26=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61271A is #9ED8E5. Grayscale: #363636. Windows color (decimal): -10410214 or 1714017. OLE color: 1714017.

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

Color convert

RGB973926-
CMYK00.600.730.62
HSL10.99º57.72%24.12%-
HSV(B)10.99º73.2%38.04%-
XYZ5.844.071.45-
YUV54.86111.72158.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=59.88%
G=24.07%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97392600.600.730.6210.9957.7224.12
Hex61271A03C493Eb3a18
Octal141473207411176137230
Binary11000011001111101001111001001001111110101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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