Html Css Color HEX #603335 Jazz

📋 copy color: '#603335'

red 96 ◦ green 51 ◦ blue 53

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

Shades of Jazz #603335

Tints of Jazz #603335

RGB

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

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

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

R = 48%
G = 25.5%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603335 (or 0x603335) is known color: Jazz. HEX triplet: 60, 33 and 35. RGB value is (96,51,53). Sum of RGB (Red+Green+Blue) = 96+51+53=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603335 is #9FCCCA. Grayscale: #404040. Windows color (decimal): -10472651 or 3486560. OLE color: 3486560.

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

Color convert

RGB 96 51 53 -
CMYK 0 0.47 0.45 0.62
HSL 357.33º 0.31% 0.29% -
HSV(B) 357.33º 0.47% 0.38% -
XYZ 6.65 5.11 4 -
YUV 64.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 96 51 53 0 0.47 0.45 0.62 357.33 0.31 0.29
Hex 60 33 35 0 2F 2D 3E 165 1F 1D
Octal 140 63 65 0 57 55 76 545 37 35
Binary 1100000 110011 110101 0 101111 101101 111110 101100101 11111 11101

Color Harmonies of #603335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603335

Black with #603335

Text Example


Text Example

White with #603335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603335; }

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

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

background-color css

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

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

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

border-color css

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

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

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