Html Css Color HEX #602C32 Jazz

📋 copy color: '#602C32'

red 96 ◦ green 44 ◦ blue 50

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

Shades of Jazz #602C32

Tints of Jazz #602C32

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 50.53%
G = 23.16%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#602C32 (or 0x602C32) is known color: Jazz. HEX triplet: 60, 2C and 32. RGB value is (96,44,50). Sum of RGB (Red+Green+Blue) = 96+44+50=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #602C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C32 is #9FD3CD. Grayscale: #3C3C3C. Windows color (decimal): -10474446 or 3288160. OLE color: 3288160.

HSL color Cylindrical-coordinate representation of color #602C32: hue angle of 353.08º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602C32 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 44 50 -
CMYK 0 0.54 0.48 0.62
HSL 353.08º 0.37% 0.27% -
HSV(B) 353.08º 0.54% 0.38% -
XYZ 6.3 4.52 3.56 -
YUV 60.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 96 44 50 0 0.54 0.48 0.62 353.08 0.37 0.27
Hex 60 2C 32 0 36 30 3E 161 25 1B
Octal 140 54 62 0 66 60 76 541 45 33
Binary 1100000 101100 110010 0 110110 110000 111110 101100001 100101 11011

Color Harmonies of #602C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C32

Black with #602C32

Text Example


Text Example

White with #602C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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