#632933

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

Shades of Jazz #632933

Tints of Jazz #632933

Color information

#632933 (or 0x632933) is unknown color: approx Jazz. HEX triplet: 63, 29 and 33. RGB value is (99,41,51). Sum of RGB (Red+Green+Blue) = 99+41+51=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #632933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632933 is #9CD6CC. Grayscale: #3B3B3B. Windows color (decimal): -10278605 or 3352931. OLE color: 3352931.

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

Color convert

RGB994151-
CMYK00.590.480.61
HSL349.66º41.43%27.45%-
HSV(B)349.66º58.59%38.82%-
XYZ6.544.483.65-
YUV59.48123.22156.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 51 (20.31% from 255) = 26.70%
R=51.83%
G=21.47%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99415100.590.480.61349.6641.4327.45
Hex63293303B303D15e291b
Octal143516307360755365133
Binary1100011101001110011011101111000011110110101111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632933; }

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

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

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

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

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

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

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

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