#603133

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

Shades of Jazz #603133

Tints of Jazz #603133

Color information

#603133 (or 0x603133) is unknown color: approx Jazz. HEX triplet: 60, 31 and 33. RGB value is (96,49,51). Sum of RGB (Red+Green+Blue) = 96+49+51=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603133 is #9FCECC. Grayscale: #3F3F3F. Windows color (decimal): -10473165 or 3354976. OLE color: 3354976.

HSL color Cylindrical-coordinate representation of color #603133: hue angle of 357.45º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603133 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB964951-
CMYK00.490.470.62
HSL357.45º32.41%28.43%-
HSV(B)357.45º48.96%37.65%-
XYZ6.524.923.74-
YUV63.28121.07151.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=48.98%
G=25%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96495100.490.470.62357.4532.4128.43
Hex6031330312F3E165201c
Octal140616306157765454034
Binary1100000110001110011011000110111111111010110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603133; }

 p { color: rgb(96,49,51); }

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

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

 a { background-color: rgb(96,49,51); }

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

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

 span { border-color: rgb(96,49,51); }

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