#60242e

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

Shades of Jazz #60242E

Tints of Jazz #60242E

Color information

#60242E (or 0x60242E) is unknown color: approx Jazz. HEX triplet: 60, 24 and 2E. RGB value is (96,36,46). Sum of RGB (Red+Green+Blue) = 96+36+46=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60242E is #9FDBD1. Grayscale: #373737. Windows color (decimal): -10476498 or 3023968. OLE color: 3023968.

HSL color Cylindrical-coordinate representation of color #60242E: hue angle of 350º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60242E is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB963646-
CMYK00.620.520.62
HSL350º45.45%25.88%-
HSV(B)350º62.5%37.65%-
XYZ5.953.953.03-
YUV55.08122.88157.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 46 (18.36% from 255) = 25.84%
R=53.93%
G=20.22%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96364600.620.520.6235045.4525.88
Hex60242E03E343E15e2d1a
Octal140445607664765365532
Binary1100000100100101110011111011010011111010101111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60242e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60242e; }

 p { color: rgb(96,36,46); }

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

<style>
 a { background-color: #60242e; }

 a { background-color: rgb(96,36,46); }

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

<style>
 span { border-color: #60242e; }

 span { border-color: rgb(96,36,46); }

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