Html Css Color HEX #602732 Jazz

📋 copy color: '#602732'

red 96 ◦ green 39 ◦ blue 50

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

Shades of Jazz #602732

Tints of Jazz #602732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 51.89%
G = 21.08%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#602732 (or 0x602732) is known color: Jazz. HEX triplet: 60, 27 and 32. RGB value is (96,39,50). Sum of RGB (Red+Green+Blue) = 96+39+50=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #602732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602732 is #9FD8CD. Grayscale: #393939. Windows color (decimal): -10475726 or 3286880. OLE color: 3286880.

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

Color convert

RGB 96 39 50 -
CMYK 0 0.59 0.48 0.62
HSL 348.42º 0.42% 0.26% -
HSV(B) 348.42º 0.59% 0.38% -
XYZ 6.13 4.17 3.5 -
YUV 57.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 96 39 50 0 0.59 0.48 0.62 348.42 0.42 0.26
Hex 60 27 32 0 3B 30 3E 15C 2A 1A
Octal 140 47 62 0 73 60 76 534 52 32
Binary 1100000 100111 110010 0 111011 110000 111110 101011100 101010 11010

Color Harmonies of #602732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602732

Black with #602732

Text Example


Text Example

White with #602732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602732; }

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

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

background-color css

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

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

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

border-color css

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

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

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