#602832

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

Shades of Jazz #602832

Tints of Jazz #602832

Color information

#602832 (or 0x602832) is unknown color: approx Jazz. HEX triplet: 60, 28 and 32. RGB value is (96,40,50). Sum of RGB (Red+Green+Blue) = 96+40+50=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602832 is #9FD7CD. Grayscale: #393939. Windows color (decimal): -10475470 or 3287136. OLE color: 3287136.

HSL color Cylindrical-coordinate representation of color #602832: hue angle of 349.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602832 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB964050-
CMYK00.580.480.62
HSL349.29º41.18%26.67%-
HSV(B)349.29º58.33%37.65%-
XYZ6.164.233.51-
YUV57.88123.55155.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 40 (16.02% from 255) = 21.51%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=51.61%
G=21.51%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96405000.580.480.62349.2941.1826.67
Hex60283203A303E15d291b
Octal140506207260765355133
Binary1100000101000110010011101011000011111010101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602832; }

 p { color: rgb(96,40,50); }

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

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

 a { background-color: rgb(96,40,50); }

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

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

 span { border-color: rgb(96,40,50); }

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