#63393A

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

Shades of Jazz #63393A

Tints of Jazz #63393A

Color information

#63393A (or 0x63393A) is unknown color: approx Jazz. HEX triplet: 63, 39 and 3A. RGB value is (99,57,58). Sum of RGB (Red+Green+Blue) = 99+57+58=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63393A is #9CC6C5. Grayscale: #454545. Windows color (decimal): -10274502 or 3815779. OLE color: 3815779.

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

Color convert

RGB995758-
CMYK00.420.410.61
HSL358.57º26.92%30.59%-
HSV(B)358.57º42.42%38.82%-
XYZ7.375.884.75-
YUV69.67121.41148.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=46.26%
G=26.64%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99575800.420.410.61358.5726.9230.59
Hex63393A02A293D1671b1f
Octal143717205251755473337
Binary110001111100111101001010101010011111011011001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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