Html Css Color HEX #60292F Jazz

📋 copy color: '#60292F'

red 96 ◦ green 41 ◦ blue 47

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

Shades of Jazz #60292F

Tints of Jazz #60292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

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

R = 52.17%
G = 22.28%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#60292F (or 0x60292F) is known color: Jazz. HEX triplet: 60, 29 and 2F. RGB value is (96,41,47). Sum of RGB (Red+Green+Blue) = 96+41+47=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #60292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60292F is #9FD6D0. Grayscale: #3A3A3A. Windows color (decimal): -10475217 or 3090784. OLE color: 3090784.

HSL color Cylindrical-coordinate representation of color #60292F: hue angle of 353.45º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60292F is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 41 47 -
CMYK 0 0.57 0.51 0.62
HSL 353.45º 0.4% 0.27% -
HSV(B) 353.45º 0.57% 0.38% -
XYZ 6.13 4.28 3.19 -
YUV 58.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 96 41 47 0 0.57 0.51 0.62 353.45 0.4 0.27
Hex 60 29 2F 0 39 33 3E 161 28 1B
Octal 140 51 57 0 71 63 76 541 50 33
Binary 1100000 101001 101111 0 111001 110011 111110 101100001 101000 11011

Color Harmonies of #60292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60292F

Black with #60292F

Text Example


Text Example

White with #60292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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