#60282B

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

Shades of Jazz #60282B

Tints of Jazz #60282B

Color information

#60282B (or 0x60282B) is unknown color: approx Jazz. HEX triplet: 60, 28 and 2B. RGB value is (96,40,43). Sum of RGB (Red+Green+Blue) = 96+40+43=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60282B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60282B is #9FD7D4. Grayscale: #393939. Windows color (decimal): -10475477 or 2828384. OLE color: 2828384.

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

Color convert

RGB964043-
CMYK00.580.550.62
HSL356.79º41.18%26.67%-
HSV(B)356.79º58.33%37.65%-
XYZ6.024.182.77-
YUV57.09120.05155.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=53.63%
G=22.35%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96404300.580.550.62356.7941.1826.67
Hex60282B03A373E165291b
Octal140505307267765455133
Binary1100000101000101011011101011011111111010110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60282B; }

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

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

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

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

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

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

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

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