#61281B

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

Shades of Caput Mortuum #61281B

Tints of Caput Mortuum #61281B

Color information

#61281B (or 0x61281B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 28 and 1B. RGB value is (97,40,27). Sum of RGB (Red+Green+Blue) = 97+40+27=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61281B is #9ED7E4. Grayscale: #373737. Windows color (decimal): -10409957 or 1779809. OLE color: 1779809.

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

Color convert

RGB974027-
CMYK00.590.720.62
HSL11.14º56.45%24.31%-
HSV(B)11.14º72.16%38.04%-
XYZ5.894.141.53-
YUV55.56111.88157.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 27 (10.94% from 255) = 16.46%
R=59.15%
G=24.39%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97402700.590.720.6211.1456.4524.31
Hex61281B03B483Eb3818
Octal141503307311076137030
Binary11000011010001101101110111001000111110101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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