Html Css Color HEX #60242F Jazz

📋 copy color: '#60242F'

red 96 ◦ green 36 ◦ blue 47

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

Shades of Jazz #60242F

Tints of Jazz #60242F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.11%

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

R = 53.63%
G = 20.11%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60242F (or 0x60242F) is known color: Jazz. HEX triplet: 60, 24 and 2F. RGB value is (96,36,47). Sum of RGB (Red+Green+Blue) = 96+36+47=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60242F is #9FDBD0. Grayscale: #373737. Windows color (decimal): -10476497 or 3089504. OLE color: 3089504.

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

Color convert

RGB 96 36 47 -
CMYK 0 0.62 0.51 0.62
HSL 349º 0.45% 0.26% -
HSV(B) 349º 0.63% 0.38% -
XYZ 5.97 3.95 3.14 -
YUV 55.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 96 36 47 0 0.62 0.51 0.62 349 0.45 0.26
Hex 60 24 2F 0 3E 33 3E 15D 2D 1A
Octal 140 44 57 0 76 63 76 535 55 32
Binary 1100000 100100 101111 0 111110 110011 111110 101011101 101101 11010

Color Harmonies of #60242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60242F

Black with #60242F

Text Example


Text Example

White with #60242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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