#602530

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

Shades of Jazz #602530

Tints of Jazz #602530

Color information

#602530 (or 0x602530) is unknown color: approx Jazz. HEX triplet: 60, 25 and 30. RGB value is (96,37,48). Sum of RGB (Red+Green+Blue) = 96+37+48=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602530 is #9FDACF. Grayscale: #373737. Windows color (decimal): -10476240 or 3155296. OLE color: 3155296.

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

Color convert

RGB963748-
CMYK00.610.500.62
HSL348.81º44.36%26.08%-
HSV(B)348.81º61.46%37.65%-
XYZ6.024.023.26-
YUV55.9123.55156.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 48 (19.14% from 255) = 26.52%
R=53.04%
G=20.44%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96374800.610.500.62348.8144.3626.08
Hex60253003D323E15d2c1a
Octal140456007562765355432
Binary1100000100101110000011110111001011111010101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602530; }

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

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

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

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

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

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

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

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