#62271F

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

Shades of Caput Mortuum #62271F

Tints of Caput Mortuum #62271F

Color information

#62271F (or 0x62271F) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 1F. RGB value is (98,39,31). Sum of RGB (Red+Green+Blue) = 98+39+31=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #62271F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62271F is #9DD8E0. Grayscale: #373737. Windows color (decimal): -10344673 or 2041698. OLE color: 2041698.

HSL color Cylindrical-coordinate representation of color #62271F: hue angle of 7.16º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62271F is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB983931-
CMYK00.600.680.62
HSL7.16º51.94%25.29%-
HSV(B)7.16º68.37%38.43%-
XYZ6.014.151.78-
YUV55.73114.05158.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=58.33%
G=23.21%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98393100.600.680.627.1651.9425.29
Hex62271F03C443E73419
Octal14247370741047676431
Binary1100010100111111110111100100010011111011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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