#602531

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

Shades of Jazz #602531

Tints of Jazz #602531

Color information

#602531 (or 0x602531) is unknown color: approx Jazz. HEX triplet: 60, 25 and 31. RGB value is (96,37,49). Sum of RGB (Red+Green+Blue) = 96+37+49=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #602531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602531 is #9FDACE. Grayscale: #383838. Windows color (decimal): -10476239 or 3220832. OLE color: 3220832.

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

Color convert

RGB963749-
CMYK00.610.490.62
HSL347.8º44.36%26.08%-
HSV(B)347.8º61.46%37.65%-
XYZ6.044.033.37-
YUV56.01124.05156.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 49 (19.53% from 255) = 26.92%
R=52.75%
G=20.33%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96374900.610.490.62347.844.3626.08
Hex60253103D313E15c2c1a
Octal140456107561765345432
Binary1100000100101110001011110111000111111010101110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602531; }

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

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

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

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

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

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

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

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