Html Css Color HEX #60252F Jazz

📋 copy color: '#60252F'

red 96 ◦ green 37 ◦ blue 47

#60252F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #60252F

Tints of Jazz #60252F

RGB

 RED value IS 96 (37.89% from 255) = 53.33%

 GREEN value IS 37 (14.84% from 255) = 20.56%

 BLUE value IS 47 (18.75% from 255) = 26.11%

R = 53.33%
G = 20.56%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60252F (or 0x60252F) is known color: Jazz. HEX triplet: 60, 25 and 2F. RGB value is (96,37,47). Sum of RGB (Red+Green+Blue) = 96+37+47=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60252F is #9FDAD0. Grayscale: #373737. Windows color (decimal): -10476241 or 3089760. OLE color: 3089760.

HSL color Cylindrical-coordinate representation of color #60252F: hue angle of 349.83º 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 #60252F is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 37 47 -
CMYK 0 0.61 0.51 0.62
HSL 349.83º 0.44% 0.26% -
HSV(B) 349.83º 0.61% 0.38% -
XYZ 6 4.02 3.15 -
YUV 55.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 96 37 47 0 0.61 0.51 0.62 349.83 0.44 0.26
Hex 60 25 2F 0 3D 33 3E 15E 2C 1A
Octal 140 45 57 0 75 63 76 536 54 32
Binary 1100000 100101 101111 0 111101 110011 111110 101011110 101100 11010

Color Harmonies of #60252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60252F

Black with #60252F

Text Example


Text Example

White with #60252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60252F;
 }
 .AnyTagClassName
 {
   color: #60252F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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