#60272D

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

Shades of Jazz #60272D

Tints of Jazz #60272D

Color information

#60272D (or 0x60272D) is unknown color: approx Jazz. HEX triplet: 60, 27 and 2D. RGB value is (96,39,45). Sum of RGB (Red+Green+Blue) = 96+39+45=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60272D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60272D is #9FD8D2. Grayscale: #383838. Windows color (decimal): -10475731 or 2959200. OLE color: 2959200.

HSL color Cylindrical-coordinate representation of color #60272D: hue angle of 353.68º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60272D is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB963945-
CMYK00.590.530.62
HSL353.68º42.22%26.47%-
HSV(B)353.68º59.38%37.65%-
XYZ6.024.132.96-
YUV56.73121.38156.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 39 (15.62% from 255) = 21.67%
BLUE value IS 45 (17.97% from 255) = 25%
R=53.33%
G=21.67%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96394500.590.530.62353.6842.2226.47
Hex60272D03B353E1622a1a
Octal140475507365765425232
Binary1100000100111101101011101111010111111010110001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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