#60252A

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

Shades of Jazz #60252A

Tints of Jazz #60252A

Color information

#60252A (or 0x60252A) is unknown color: approx Jazz. HEX triplet: 60, 25 and 2A. RGB value is (96,37,42). Sum of RGB (Red+Green+Blue) = 96+37+42=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60252A is #9FDAD5. Grayscale: #373737. Windows color (decimal): -10476246 or 2762080. OLE color: 2762080.

HSL color Cylindrical-coordinate representation of color #60252A: hue angle of 354.92º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60252A is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB963742-
CMYK00.610.560.62
HSL354.92º44.36%26.08%-
HSV(B)354.92º61.46%37.65%-
XYZ5.93.982.65-
YUV55.21120.55157.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 42 (16.80% from 255) = 24%
R=54.86%
G=21.14%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96374200.610.560.62354.9244.3626.08
Hex60252A03D383E1632c1a
Octal140455207570765435432
Binary1100000100101101010011110111100011111010110001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60252A; }

 p { color: rgb(96,37,42); }

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

<style>
 a { background-color: #60252A; }

 a { background-color: rgb(96,37,42); }

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

<style>
 span { border-color: #60252A; }

 span { border-color: rgb(96,37,42); }

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