Html Css Color HEX #602D34 Jazz

📋 copy color: '#602D34'

red 96 ◦ green 45 ◦ blue 52

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

Shades of Jazz #602D34

Tints of Jazz #602D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.32%

 BLUE value IS 52 (20.7% from 255) = 26.94%

R = 49.74%
G = 23.32%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#602D34 (or 0x602D34) is known color: Jazz. HEX triplet: 60, 2D and 34. RGB value is (96,45,52). Sum of RGB (Red+Green+Blue) = 96+45+52=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #602D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D34 is #9FD2CB. Grayscale: #3D3D3D. Windows color (decimal): -10474188 or 3419488. OLE color: 3419488.

HSL color Cylindrical-coordinate representation of color #602D34: hue angle of 351.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602D34 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 52 -
CMYK 0 0.53 0.46 0.62
HSL 351.76º 0.36% 0.28% -
HSV(B) 351.76º 0.53% 0.38% -
XYZ 6.38 4.61 3.8 -
YUV 61.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 96 45 52 0 0.53 0.46 0.62 351.76 0.36 0.28
Hex 60 2D 34 0 35 2E 3E 160 24 1C
Octal 140 55 64 0 65 56 76 540 44 34
Binary 1100000 101101 110100 0 110101 101110 111110 101100000 100100 11100

Color Harmonies of #602D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D34

Black with #602D34

Text Example


Text Example

White with #602D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,45,52); }

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

background-color css

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

 a { background-color: rgb(96,45,52); }

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

border-color css

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

 span { border-color: rgb(96,45,52); }

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