#602833

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

Shades of Jazz #602833

Tints of Jazz #602833

Color information

#602833 (or 0x602833) is unknown color: approx Jazz. HEX triplet: 60, 28 and 33. RGB value is (96,40,51). Sum of RGB (Red+Green+Blue) = 96+40+51=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #602833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602833 is #9FD7CC. Grayscale: #3A3A3A. Windows color (decimal): -10475469 or 3352672. OLE color: 3352672.

HSL color Cylindrical-coordinate representation of color #602833: hue angle of 348.21º 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 #602833 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB964051-
CMYK00.580.470.62
HSL348.21º41.18%26.67%-
HSV(B)348.21º58.33%37.65%-
XYZ6.184.243.63-
YUV58124.05155.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.34%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=51.34%
G=21.39%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96405100.580.470.62348.2141.1826.67
Hex60283303A2F3E15c291b
Octal140506307257765345133
Binary1100000101000110011011101010111111111010101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602833; }

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

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

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

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

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

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

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

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