#62281E

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

Shades of Caput Mortuum #62281E

Tints of Caput Mortuum #62281E

Color information

#62281E (or 0x62281E) is unknown color: approx Caput Mortuum. HEX triplet: 62, 28 and 1E. RGB value is (98,40,30). Sum of RGB (Red+Green+Blue) = 98+40+30=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #62281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62281E is #9DD7E1. Grayscale: #383838. Windows color (decimal): -10344418 or 1976418. OLE color: 1976418.

HSL color Cylindrical-coordinate representation of color #62281E: hue angle of 8.82º 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 #62281E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB984030-
CMYK00.590.690.62
HSL8.82º53.12%25.1%-
HSV(B)8.82º69.39%38.43%-
XYZ6.034.211.72-
YUV56.2113.22157.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 58.33%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 30 (12.11% from 255) = 17.86%
R=58.33%
G=23.81%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98403000.590.690.628.8253.1225.1
Hex62281E03B453E93519
Octal142503607310576116531
Binary11000101010001111001110111000101111110100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62281E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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