#63353A

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

Shades of Jazz #63353A

Tints of Jazz #63353A

Color information

#63353A (or 0x63353A) is unknown color: approx Jazz. HEX triplet: 63, 35 and 3A. RGB value is (99,53,58). Sum of RGB (Red+Green+Blue) = 99+53+58=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63353A is #9CCAC5. Grayscale: #434343. Windows color (decimal): -10275526 or 3814755. OLE color: 3814755.

HSL color Cylindrical-coordinate representation of color #63353A: hue angle of 353.48º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63353A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB995358-
CMYK00.460.410.61
HSL353.48º30.26%29.8%-
HSV(B)353.48º46.46%38.82%-
XYZ7.185.54.69-
YUV67.32122.74150.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=47.14%
G=25.24%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99535800.460.410.61353.4830.2629.8
Hex63353A02E293D1611e1e
Octal143657205651755413636
Binary110001111010111101001011101010011111011011000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,53,58); }

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

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

 a { background-color: rgb(99,53,58); }

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

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

 span { border-color: rgb(99,53,58); }

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