#62251A

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

Shades of Caput Mortuum #62251A

Tints of Caput Mortuum #62251A

Color information

#62251A (or 0x62251A) is unknown color: approx Caput Mortuum. HEX triplet: 62, 25 and 1A. RGB value is (98,37,26). Sum of RGB (Red+Green+Blue) = 98+37+26=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62251A is #9DDAE5. Grayscale: #363636. Windows color (decimal): -10345190 or 1713506. OLE color: 1713506.

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

Color convert

RGB983726-
CMYK00.620.730.62
HSL9.17º58.06%24.31%-
HSV(B)9.17º73.47%38.43%-
XYZ5.893.991.44-
YUV53.98112.21159.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 37 (14.84% from 255) = 22.98%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=60.87%
G=22.98%
B=16.15%

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
Decimal98372600.620.730.629.1758.0624.31
Hex62251A03E493E93a18
Octal142453207611176117230
Binary11000101001011101001111101001001111110100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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