#62261E

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

Shades of Caput Mortuum #62261E

Tints of Caput Mortuum #62261E

Color information

#62261E (or 0x62261E) is unknown color: approx Caput Mortuum. HEX triplet: 62, 26 and 1E. RGB value is (98,38,30). Sum of RGB (Red+Green+Blue) = 98+38+30=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62261E is #9DD9E1. Grayscale: #373737. Windows color (decimal): -10344930 or 1975906. OLE color: 1975906.

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

Color convert

RGB983830-
CMYK00.610.690.62
HSL7.06º53.12%25.1%-
HSV(B)7.06º69.39%38.43%-
XYZ5.964.081.7-
YUV55.03113.88158.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 38 (15.23% from 255) = 22.89%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=59.04%
G=22.89%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98383000.610.690.627.0653.1225.1
Hex62261E03D453E73519
Octal14246360751057676531
Binary1100010100110111100111101100010111111011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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