#632831

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

Shades of Jazz #632831

Tints of Jazz #632831

Color information

#632831 (or 0x632831) is unknown color: approx Jazz. HEX triplet: 63, 28 and 31. RGB value is (99,40,49). Sum of RGB (Red+Green+Blue) = 99+40+49=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #632831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632831 is #9CD7CE. Grayscale: #3A3A3A. Windows color (decimal): -10278863 or 3221603. OLE color: 3221603.

HSL color Cylindrical-coordinate representation of color #632831: hue angle of 350.85º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632831 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB994049-
CMYK00.600.510.61
HSL350.85º42.45%27.25%-
HSV(B)350.85º59.6%38.82%-
XYZ6.464.393.41-
YUV58.67122.55156.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=52.66%
G=21.28%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99404900.600.510.61350.8542.4527.25
Hex63283103C333D15f2a1b
Octal143506107463755375233
Binary1100011101000110001011110011001111110110101111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632831; }

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

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

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

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

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

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

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

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