Html Css Color HEX #602D35 Jazz

📋 copy color: '#602D35'

red 96 ◦ green 45 ◦ blue 53

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

Shades of Jazz #602D35

Tints of Jazz #602D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 49.48%
G = 23.2%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#602D35 (or 0x602D35) is known color: Jazz. HEX triplet: 60, 2D and 35. RGB value is (96,45,53). Sum of RGB (Red+Green+Blue) = 96+45+53=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #602D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D35 is #9FD2CA. Grayscale: #3D3D3D. Windows color (decimal): -10474187 or 3485024. OLE color: 3485024.

HSL color Cylindrical-coordinate representation of color #602D35: hue angle of 350.59º 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 #602D35 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 45 53 -
CMYK 0 0.53 0.45 0.62
HSL 350.59º 0.36% 0.28% -
HSV(B) 350.59º 0.53% 0.38% -
XYZ 6.4 4.62 3.92 -
YUV 61.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 96 45 53 0 0.53 0.45 0.62 350.59 0.36 0.28
Hex 60 2D 35 0 35 2D 3E 15F 24 1C
Octal 140 55 65 0 65 55 76 537 44 34
Binary 1100000 101101 110101 0 110101 101101 111110 101011111 100100 11100

Color Harmonies of #602D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D35

Black with #602D35

Text Example


Text Example

White with #602D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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