#61251B

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

Shades of Caput Mortuum #61251B

Tints of Caput Mortuum #61251B

Color information

#61251B (or 0x61251B) is unknown color: approx Caput Mortuum. HEX triplet: 61, 25 and 1B. RGB value is (97,37,27). Sum of RGB (Red+Green+Blue) = 97+37+27=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61251B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61251B is #9EDAE4. Grayscale: #353535. Windows color (decimal): -10410725 or 1779041. OLE color: 1779041.

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

Color convert

RGB973727-
CMYK00.620.720.62
HSL8.57º56.45%24.31%-
HSV(B)8.57º72.16%38.04%-
XYZ5.793.941.49-
YUV53.8112.88158.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 27 (10.94% from 255) = 16.77%
R=60.25%
G=22.98%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97372700.620.720.628.5756.4524.31
Hex61251B03E483E93818
Octal141453307611076117030
Binary11000011001011101101111101001000111110100111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61251B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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