#632932

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

Shades of Jazz #632932

Tints of Jazz #632932

Color information

#632932 (or 0x632932) is unknown color: approx Jazz. HEX triplet: 63, 29 and 32. RGB value is (99,41,50). Sum of RGB (Red+Green+Blue) = 99+41+50=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #632932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632932 is #9CD6CD. Grayscale: #3B3B3B. Windows color (decimal): -10278606 or 3287395. OLE color: 3287395.

HSL color Cylindrical-coordinate representation of color #632932: hue angle of 350.69º 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 #632932 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB994150-
CMYK00.590.490.61
HSL350.69º41.43%27.45%-
HSV(B)350.69º58.59%38.82%-
XYZ6.514.473.54-
YUV59.37122.72156.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.11%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 50 (19.92% from 255) = 26.32%
R=52.11%
G=21.58%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99415000.590.490.61350.6941.4327.45
Hex63293203B313D15f291b
Octal143516207361755375133
Binary1100011101001110010011101111000111110110101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632932; }

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

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

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

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

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

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

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

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