#62271A

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

Shades of Caput Mortuum #62271A

Tints of Caput Mortuum #62271A

Color information

#62271A (or 0x62271A) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 1A. RGB value is (98,39,26). Sum of RGB (Red+Green+Blue) = 98+39+26=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62271A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62271A is #9DD8E5. Grayscale: #373737. Windows color (decimal): -10344678 or 1714018. OLE color: 1714018.

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

Color convert

RGB983926-
CMYK00.600.730.62
HSL10.83º58.06%24.31%-
HSV(B)10.83º73.47%38.43%-
XYZ5.954.121.46-
YUV55.16111.55158.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 39 (15.62% from 255) = 23.93%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=60.12%
G=23.93%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98392600.600.730.6210.8358.0624.31
Hex62271A03C493Eb3a18
Octal142473207411176137230
Binary11000101001111101001111001001001111110101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62271A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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