#62261C

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

Shades of Caput Mortuum #62261C

Tints of Caput Mortuum #62261C

Color information

#62261C (or 0x62261C) is unknown color: approx Caput Mortuum. HEX triplet: 62, 26 and 1C. RGB value is (98,38,28). Sum of RGB (Red+Green+Blue) = 98+38+28=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #62261C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62261C is #9DD9E3. Grayscale: #363636. Windows color (decimal): -10344932 or 1844834. OLE color: 1844834.

HSL color Cylindrical-coordinate representation of color #62261C: hue angle of 8.57º 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 #62261C is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB983828-
CMYK00.610.710.62
HSL8.57º55.56%24.71%-
HSV(B)8.57º71.43%38.43%-
XYZ5.944.071.57-
YUV54.8112.88158.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.76%
GREEN value IS 38 (15.23% from 255) = 23.17%
BLUE value IS 28 (11.33% from 255) = 17.07%
R=59.76%
G=23.17%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98382800.610.710.628.5755.5624.71
Hex62261C03D473E93819
Octal142463407510776117031
Binary11000101001101110001111011000111111110100111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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