#62251E

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

Shades of Caput Mortuum #62251E

Tints of Caput Mortuum #62251E

Color information

#62251E (or 0x62251E) is unknown color: approx Caput Mortuum. HEX triplet: 62, 25 and 1E. RGB value is (98,37,30). Sum of RGB (Red+Green+Blue) = 98+37+30=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62251E is #9DDAE1. Grayscale: #363636. Windows color (decimal): -10345186 or 1975650. OLE color: 1975650.

HSL color Cylindrical-coordinate representation of color #62251E: hue angle of 6.18º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62251E is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB983730-
CMYK00.620.690.62
HSL6.18º53.12%25.1%-
HSV(B)6.18º69.39%38.43%-
XYZ5.934.011.69-
YUV54.44114.21159.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 37 (14.84% from 255) = 22.42%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=59.39%
G=22.42%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98373000.620.690.626.1853.1225.1
Hex62251E03E453E63519
Octal14245360761057666531
Binary1100010100101111100111110100010111111011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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