#60282F

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

Shades of Jazz #60282F

Tints of Jazz #60282F

Color information

#60282F (or 0x60282F) is unknown color: approx Jazz. HEX triplet: 60, 28 and 2F. RGB value is (96,40,47). Sum of RGB (Red+Green+Blue) = 96+40+47=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #60282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60282F is #9FD7D0. Grayscale: #393939. Windows color (decimal): -10475473 or 3090528. OLE color: 3090528.

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

Color convert

RGB964047-
CMYK00.580.510.62
HSL352.5º41.18%26.67%-
HSV(B)352.5º58.33%37.65%-
XYZ6.14.213.18-
YUV57.54122.05155.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 47 (18.75% from 255) = 25.68%
R=52.46%
G=21.86%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96404700.580.510.62352.541.1826.67
Hex60282F03A333E160291b
Octal140505707263765405133
Binary1100000101000101111011101011001111111010110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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