Html Css Color HEX #603239 Jazz

📋 copy color: '#603239'

red 96 ◦ green 50 ◦ blue 57

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

Shades of Jazz #603239

Tints of Jazz #603239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

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

R = 47.29%
G = 24.63%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#603239 (or 0x603239) is known color: Jazz. HEX triplet: 60, 32 and 39. RGB value is (96,50,57). Sum of RGB (Red+Green+Blue) = 96+50+57=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #603239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603239 is #9FCDC6. Grayscale: #404040. Windows color (decimal): -10472903 or 3748448. OLE color: 3748448.

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

Color convert

RGB 96 50 57 -
CMYK 0 0.48 0.41 0.62
HSL 350.87º 0.32% 0.29% -
HSV(B) 350.87º 0.48% 0.38% -
XYZ 6.7 5.06 4.49 -
YUV 64.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 96 50 57 0 0.48 0.41 0.62 350.87 0.32 0.29
Hex 60 32 39 0 30 29 3E 15F 20 1D
Octal 140 62 71 0 60 51 76 537 40 35
Binary 1100000 110010 111001 0 110000 101001 111110 101011111 100000 11101

Color Harmonies of #603239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603239

Black with #603239

Text Example


Text Example

White with #603239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603239; }

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

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

background-color css

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

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

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

border-color css

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

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

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