#602931

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

Shades of Jazz #602931

Tints of Jazz #602931

Color information

#602931 (or 0x602931) is unknown color: approx Jazz. HEX triplet: 60, 29 and 31. RGB value is (96,41,49). Sum of RGB (Red+Green+Blue) = 96+41+49=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602931 is #9FD6CE. Grayscale: #3A3A3A. Windows color (decimal): -10475215 or 3221856. OLE color: 3221856.

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

Color convert

RGB964149-
CMYK00.570.490.62
HSL351.27º40.15%26.86%-
HSV(B)351.27º57.29%37.65%-
XYZ6.174.293.41-
YUV58.36122.72154.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 41 (16.41% from 255) = 22.04%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=51.61%
G=22.04%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96414900.570.490.62351.2740.1526.86
Hex602931039313E15f281b
Octal140516107161765375033
Binary1100000101001110001011100111000111111010101111110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602931; }

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

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

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

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

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

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

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

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