#62271D

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

Shades of Caput Mortuum #62271D

Tints of Caput Mortuum #62271D

Color information

#62271D (or 0x62271D) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 1D. RGB value is (98,39,29). Sum of RGB (Red+Green+Blue) = 98+39+29=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62271D is #9DD8E2. Grayscale: #373737. Windows color (decimal): -10344675 or 1910626. OLE color: 1910626.

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

Color convert

RGB983929-
CMYK00.600.700.62
HSL8.7º54.33%24.9%-
HSV(B)8.7º70.41%38.43%-
XYZ5.984.141.65-
YUV55.5113.05158.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=59.04%
G=23.49%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98392900.600.700.628.754.3324.9
Hex62271D03C463E93619
Octal142473507410676116631
Binary11000101001111110101111001000110111110100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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