#62261B

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

Shades of Caput Mortuum #62261B

Tints of Caput Mortuum #62261B

Color information

#62261B (or 0x62261B) is unknown color: approx Caput Mortuum. HEX triplet: 62, 26 and 1B. RGB value is (98,38,27). Sum of RGB (Red+Green+Blue) = 98+38+27=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #62261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62261B is #9DD9E4. Grayscale: #363636. Windows color (decimal): -10344933 or 1779298. OLE color: 1779298.

HSL color Cylindrical-coordinate representation of color #62261B: hue angle of 9.3º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62261B is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB983827-
CMYK00.610.720.62
HSL9.3º56.8%24.51%-
HSV(B)9.3º72.45%38.43%-
XYZ5.934.061.51-
YUV54.69112.38158.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.12%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=60.12%
G=23.31%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98382700.610.720.629.356.824.51
Hex62261B03D483E93919
Octal142463307511076117131
Binary11000101001101101101111011001000111110100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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