#633134

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

Shades of Jazz #633134

Tints of Jazz #633134

Color information

#633134 (or 0x633134) is unknown color: approx Jazz. HEX triplet: 63, 31 and 34. RGB value is (99,49,52). Sum of RGB (Red+Green+Blue) = 99+49+52=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633134 is #9CCECB. Grayscale: #404040. Windows color (decimal): -10276556 or 3420515. OLE color: 3420515.

HSL color Cylindrical-coordinate representation of color #633134: hue angle of 356.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633134 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB994952-
CMYK00.510.470.61
HSL356.4º33.78%29.02%-
HSV(B)356.4º50.51%38.82%-
XYZ6.865.13.87-
YUV64.29121.06152.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 52 (20.70% from 255) = 26%
R=49.5%
G=24.5%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99495200.510.470.61356.433.7829.02
Hex6331340332F3D164221d
Octal143616406357755444235
Binary1100011110001110100011001110111111110110110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633134; }

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

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

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

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

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

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

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

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