#60282D

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

Shades of Jazz #60282D

Tints of Jazz #60282D

Color information

#60282D (or 0x60282D) is unknown color: approx Jazz. HEX triplet: 60, 28 and 2D. RGB value is (96,40,45). Sum of RGB (Red+Green+Blue) = 96+40+45=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60282D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60282D is #9FD7D2. Grayscale: #393939. Windows color (decimal): -10475475 or 2959456. OLE color: 2959456.

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

Color convert

RGB964045-
CMYK00.580.530.62
HSL354.64º41.18%26.67%-
HSV(B)354.64º58.33%37.65%-
XYZ6.064.192.97-
YUV57.31121.05155.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=53.04%
G=22.10%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96404500.580.530.62354.6441.1826.67
Hex60282D03A353E163291b
Octal140505507265765435133
Binary1100000101000101101011101011010111111010110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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