Html Css Color HEX #603339 Jazz

📋 copy color: '#603339'

red 96 ◦ green 51 ◦ blue 57

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

Shades of Jazz #603339

Tints of Jazz #603339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 47.06%
G = 25%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#603339 (or 0x603339) is known color: Jazz. HEX triplet: 60, 33 and 39. RGB value is (96,51,57). Sum of RGB (Red+Green+Blue) = 96+51+57=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #603339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603339 is #9FCCC6. Grayscale: #414141. Windows color (decimal): -10472647 or 3748704. OLE color: 3748704.

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

Color convert

RGB 96 51 57 -
CMYK 0 0.47 0.41 0.62
HSL 352º 0.31% 0.29% -
HSV(B) 352º 0.47% 0.38% -
XYZ 6.75 5.15 4.51 -
YUV 65.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 96 51 57 0 0.47 0.41 0.62 352 0.31 0.29
Hex 60 33 39 0 2F 29 3E 160 1F 1D
Octal 140 63 71 0 57 51 76 540 37 35
Binary 1100000 110011 111001 0 101111 101001 111110 101100000 11111 11101

Color Harmonies of #603339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603339

Black with #603339

Text Example


Text Example

White with #603339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603339; }

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

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

background-color css

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

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

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

border-color css

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

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

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