#61271F

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

Shades of Caput Mortuum #61271F

Tints of Caput Mortuum #61271F

Color information

#61271F (or 0x61271F) is unknown color: approx Caput Mortuum. HEX triplet: 61, 27 and 1F. RGB value is (97,39,31). Sum of RGB (Red+Green+Blue) = 97+39+31=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61271F is #9ED8E0. Grayscale: #373737. Windows color (decimal): -10410209 or 2041697. OLE color: 2041697.

HSL color Cylindrical-coordinate representation of color #61271F: hue angle of 7.27º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61271F is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB973931-
CMYK00.600.680.62
HSL7.27º51.56%25.1%-
HSV(B)7.27º68.04%38.04%-
XYZ5.94.091.77-
YUV55.43114.22157.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 31 (12.5% from 255) = 18.56%
R=58.08%
G=23.35%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97393100.600.680.627.2751.5625.1
Hex61271F03C443E73419
Octal14147370741047676431
Binary1100001100111111110111100100010011111011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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