#62353B

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

Shades of Jazz #62353B

Tints of Jazz #62353B

Color information

#62353B (or 0x62353B) is unknown color: approx Jazz. HEX triplet: 62, 35 and 3B. RGB value is (98,53,59). Sum of RGB (Red+Green+Blue) = 98+53+59=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62353B is #9DCAC4. Grayscale: #434343. Windows color (decimal): -10341061 or 3880290. OLE color: 3880290.

HSL color Cylindrical-coordinate representation of color #62353B: hue angle of 352º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62353B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB985359-
CMYK00.460.400.62
HSL352º29.8%29.61%-
HSV(B)352º45.92%38.43%-
XYZ7.15.464.82-
YUV67.14123.41150.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=46.67%
G=25.24%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98535900.460.400.6235229.829.61
Hex62353B02E283E1601e1e
Octal142657305650765403636
Binary110001011010111101101011101010001111101011000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,53,59); }

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

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

 a { background-color: rgb(98,53,59); }

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

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

 span { border-color: rgb(98,53,59); }

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