Html Css Color HEX #603439 Jazz

📋 copy color: '#603439'

red 96 ◦ green 52 ◦ blue 57

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

Shades of Jazz #603439

Tints of Jazz #603439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 57 (22.66% from 255) = 27.8%

R = 46.83%
G = 25.37%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#603439 (or 0x603439) is known color: Jazz. HEX triplet: 60, 34 and 39. RGB value is (96,52,57). Sum of RGB (Red+Green+Blue) = 96+52+57=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #603439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603439 is #9FCBC6. Grayscale: #414141. Windows color (decimal): -10472391 or 3748960. OLE color: 3748960.

HSL color Cylindrical-coordinate representation of color #603439: hue angle of 353.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603439 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 57 -
CMYK 0 0.46 0.41 0.62
HSL 353.18º 0.3% 0.29% -
HSV(B) 353.18º 0.46% 0.38% -
XYZ 6.79 5.24 4.52 -
YUV 65.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 96 52 57 0 0.46 0.41 0.62 353.18 0.3 0.29
Hex 60 34 39 0 2E 29 3E 161 1E 1D
Octal 140 64 71 0 56 51 76 541 36 35
Binary 1100000 110100 111001 0 101110 101001 111110 101100001 11110 11101

Color Harmonies of #603439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603439

Black with #603439

Text Example


Text Example

White with #603439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603439; }

 p { color: rgb(96,52,57); }

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

background-color css

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

 a { background-color: rgb(96,52,57); }

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

border-color css

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

 span { border-color: rgb(96,52,57); }

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