#62281F

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

Shades of Caput Mortuum #62281F

Tints of Caput Mortuum #62281F

Color information

#62281F (or 0x62281F) is unknown color: approx Caput Mortuum. HEX triplet: 62, 28 and 1F. RGB value is (98,40,31). Sum of RGB (Red+Green+Blue) = 98+40+31=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #62281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62281F is #9DD7E0. Grayscale: #383838. Windows color (decimal): -10344417 or 2041954. OLE color: 2041954.

HSL color Cylindrical-coordinate representation of color #62281F: hue angle of 8.06º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62281F is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB984031-
CMYK00.590.680.62
HSL8.06º51.94%25.29%-
HSV(B)8.06º68.37%38.43%-
XYZ6.044.211.79-
YUV56.32113.72157.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 31 (12.5% from 255) = 18.34%
R=57.99%
G=23.67%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98403100.590.680.628.0651.9425.29
Hex62281F03B443E83419
Octal142503707310476106431
Binary11000101010001111101110111000100111110100011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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