#62271C

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

Shades of Caput Mortuum #62271C

Tints of Caput Mortuum #62271C

Color information

#62271C (or 0x62271C) is unknown color: approx Caput Mortuum. HEX triplet: 62, 27 and 1C. RGB value is (98,39,28). Sum of RGB (Red+Green+Blue) = 98+39+28=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62271C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62271C is #9DD8E3. Grayscale: #373737. Windows color (decimal): -10344676 or 1845090. OLE color: 1845090.

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

Color convert

RGB983928-
CMYK00.600.710.62
HSL9.43º55.56%24.71%-
HSV(B)9.43º71.43%38.43%-
XYZ5.974.131.58-
YUV55.39112.55158.39-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.39%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=59.39%
G=23.64%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98392800.600.710.629.4355.5624.71
Hex62271C03C473E93819
Octal142473407410776117031
Binary11000101001111110001111001000111111110100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62271C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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