#60272B

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

Shades of Jazz #60272B

Tints of Jazz #60272B

Color information

#60272B (or 0x60272B) is unknown color: approx Jazz. HEX triplet: 60, 27 and 2B. RGB value is (96,39,43). Sum of RGB (Red+Green+Blue) = 96+39+43=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60272B is #9FD8D4. Grayscale: #383838. Windows color (decimal): -10475733 or 2828128. OLE color: 2828128.

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

Color convert

RGB963943-
CMYK00.590.550.62
HSL355.79º42.22%26.47%-
HSV(B)355.79º59.38%37.65%-
XYZ5.994.112.76-
YUV56.5120.38156.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 39 (15.62% from 255) = 21.91%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=53.93%
G=21.91%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96394300.590.550.62355.7942.2226.47
Hex60272B03B373E1642a1a
Octal140475307367765445232
Binary1100000100111101011011101111011111111010110010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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