Html Css Color HEX #603134 Jazz

📋 copy color: '#603134'

red 96 ◦ green 49 ◦ blue 52

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

Shades of Jazz #603134

Tints of Jazz #603134

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 48.73%
G = 24.87%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#603134 (or 0x603134) is known color: Jazz. HEX triplet: 60, 31 and 34. RGB value is (96,49,52). Sum of RGB (Red+Green+Blue) = 96+49+52=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603134 is #9FCECB. Grayscale: #3F3F3F. Windows color (decimal): -10473164 or 3420512. OLE color: 3420512.

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

Color convert

RGB 96 49 52 -
CMYK 0 0.49 0.46 0.62
HSL 356.17º 0.32% 0.28% -
HSV(B) 356.17º 0.49% 0.38% -
XYZ 6.54 4.93 3.86 -
YUV 63.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 96 49 52 0 0.49 0.46 0.62 356.17 0.32 0.28
Hex 60 31 34 0 31 2E 3E 164 20 1C
Octal 140 61 64 0 61 56 76 544 40 34
Binary 1100000 110001 110100 0 110001 101110 111110 101100100 100000 11100

Color Harmonies of #603134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603134

Black with #603134

Text Example


Text Example

White with #603134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603134; }

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

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

background-color css

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

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

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

border-color css

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

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

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