#632931

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

Shades of Jazz #632931

Tints of Jazz #632931

Color information

#632931 (or 0x632931) is unknown color: approx Jazz. HEX triplet: 63, 29 and 31. RGB value is (99,41,49). Sum of RGB (Red+Green+Blue) = 99+41+49=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #632931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632931 is #9CD6CE. Grayscale: #3B3B3B. Windows color (decimal): -10278607 or 3221859. OLE color: 3221859.

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

Color convert

RGB994149-
CMYK00.590.510.61
HSL351.72º41.43%27.45%-
HSV(B)351.72º58.59%38.82%-
XYZ6.494.463.42-
YUV59.25122.22156.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.38%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=52.38%
G=21.69%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99414900.590.510.61351.7241.4327.45
Hex63293103B333D160291b
Octal143516107363755405133
Binary1100011101001110001011101111001111110110110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632931; }

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

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

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

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

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

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

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

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