#632930

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

Shades of Jazz #632930

Tints of Jazz #632930

Color information

#632930 (or 0x632930) is unknown color: approx Jazz. HEX triplet: 63, 29 and 30. RGB value is (99,41,48). Sum of RGB (Red+Green+Blue) = 99+41+48=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632930 is #9CD6CF. Grayscale: #3B3B3B. Windows color (decimal): -10278608 or 3156323. OLE color: 3156323.

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

Color convert

RGB994148-
CMYK00.590.520.61
HSL352.76º41.43%27.45%-
HSV(B)352.76º58.59%38.82%-
XYZ6.474.453.31-
YUV59.14121.72156.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=52.66%
G=21.81%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99414800.590.520.61352.7641.4327.45
Hex63293003B343D161291b
Octal143516007364755415133
Binary1100011101001110000011101111010011110110110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632930; }

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

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

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

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

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

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

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

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