#62313A

Color #62313A Siren (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siren #62313A

Tints of Siren #62313A

Color information

#62313A (or 0x62313A) is unknown color: approx Siren. HEX triplet: 62, 31 and 3A. RGB value is (98,49,58). Sum of RGB (Red+Green+Blue) = 98+49+58=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #62313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62313A is #9DCEC5. Grayscale: #404040. Windows color (decimal): -10342086 or 3813730. OLE color: 3813730.

HSL color Cylindrical-coordinate representation of color #62313A: hue angle of 348.98º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #62313A is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB984958-
CMYK00.50.410.62
HSL348.98º33.33%28.82%-
HSV(B)348.98º50%38.43%-
XYZ6.95.14.62-
YUV64.68124.23151.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=47.80%
G=23.90%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98495800.50.410.62348.9833.3328.82
Hex62313A032293E15d211d
Octal142617206251765354135
Binary1100010110001111010011001010100111111010101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62313A; }

 p { color: rgb(98,49,58); }

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

<style>
 a { background-color: #62313A; }

 a { background-color: rgb(98,49,58); }

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

<style>
 span { border-color: #62313A; }

 span { border-color: rgb(98,49,58); }

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