Html Css Color HEX #603535 Persian Plum

📋 copy color: '#603535'

red 96 ◦ green 53 ◦ blue 53

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

Shades of Persian Plum #603535

Tints of Persian Plum #603535

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.24%

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

R = 47.52%
G = 26.24%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#603535 (or 0x603535) is known color: Persian Plum. HEX triplet: 60, 35 and 35. RGB value is (96,53,53). Sum of RGB (Red+Green+Blue) = 96+53+53=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #603535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603535 is #9FCACA. Grayscale: #414141. Windows color (decimal): -10472139 or 3487072. OLE color: 3487072.

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

Color convert

RGB 96 53 53 -
CMYK 0 0.45 0.45 0.62
HSL 0.29% 0.29% -
HSV(B) 0.45% 0.38% -
XYZ 6.74 5.29 4.03 -
YUV 65.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 96 53 53 0 0.45 0.45 0.62 0 0.29 0.29
Hex 60 35 35 0 2D 2D 3E 0 1D 1D
Octal 140 65 65 0 55 55 76 0 35 35
Binary 1100000 110101 110101 0 101101 101101 111110 0 11101 11101

Color Harmonies of #603535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603535

Black with #603535

Text Example


Text Example

White with #603535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603535; }

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

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

background-color css

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

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

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

border-color css

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

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

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