Html Css Color HEX #603133 Jazz

📋 copy color: '#603133'

red 96 ◦ green 49 ◦ blue 51

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

Shades of Jazz #603133

Tints of Jazz #603133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 48.98%
G = 25%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#603133 (or 0x603133) is known color: Jazz. HEX triplet: 60, 31 and 33. RGB value is (96,49,51). Sum of RGB (Red+Green+Blue) = 96+49+51=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603133 is #9FCECC. Grayscale: #3F3F3F. Windows color (decimal): -10473165 or 3354976. OLE color: 3354976.

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

Color convert

RGB 96 49 51 -
CMYK 0 0.49 0.47 0.62
HSL 357.45º 0.32% 0.28% -
HSV(B) 357.45º 0.49% 0.38% -
XYZ 6.52 4.92 3.74 -
YUV 63.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 96 49 51 0 0.49 0.47 0.62 357.45 0.32 0.28
Hex 60 31 33 0 31 2F 3E 165 20 1C
Octal 140 61 63 0 61 57 76 545 40 34
Binary 1100000 110001 110011 0 110001 101111 111110 101100101 100000 11100

Color Harmonies of #603133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603133

Black with #603133

Text Example


Text Example

White with #603133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603133; }

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

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

background-color css

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

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

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

border-color css

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

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

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