#63292E

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

Shades of Jazz #63292E

Tints of Jazz #63292E

Color information

#63292E (or 0x63292E) is unknown color: approx Jazz. HEX triplet: 63, 29 and 2E. RGB value is (99,41,46). Sum of RGB (Red+Green+Blue) = 99+41+46=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #63292E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63292E is #9CD6D1. Grayscale: #3A3A3A. Windows color (decimal): -10278610 or 3025251. OLE color: 3025251.

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

Color convert

RGB994146-
CMYK00.590.540.61
HSL354.83º41.43%27.45%-
HSV(B)354.83º58.59%38.82%-
XYZ6.434.443.1-
YUV58.91120.72156.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.23%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=53.23%
G=22.04%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99414600.590.540.61354.8341.4327.45
Hex63292E03B363D163291b
Octal143515607366755435133
Binary1100011101001101110011101111011011110110110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63292E; }

 p { color: rgb(99,41,46); }

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

<style>
 a { background-color: #63292E; }

 a { background-color: rgb(99,41,46); }

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

<style>
 span { border-color: #63292E; }

 span { border-color: rgb(99,41,46); }

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