#61251A

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

Shades of Caput Mortuum #61251A

Tints of Caput Mortuum #61251A

Color information

#61251A (or 0x61251A) is unknown color: approx Caput Mortuum. HEX triplet: 61, 25 and 1A. RGB value is (97,37,26). Sum of RGB (Red+Green+Blue) = 97+37+26=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61251A is #9EDAE5. Grayscale: #353535. Windows color (decimal): -10410726 or 1713505. OLE color: 1713505.

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

Color convert

RGB973726-
CMYK00.620.730.62
HSL9.3º57.72%24.12%-
HSV(B)9.3º73.2%38.04%-
XYZ5.783.941.43-
YUV53.69112.38158.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 37 (14.84% from 255) = 23.12%
BLUE value IS 26 (10.55% from 255) = 16.25%
R=60.62%
G=23.12%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97372600.620.730.629.357.7224.12
Hex61251A03E493E93a18
Octal141453207611176117230
Binary11000011001011101001111101001001111110100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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