Html Css Color HEX #603332 Persian Plum

📋 copy color: '#603332'

red 96 ◦ green 51 ◦ blue 50

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

Shades of Persian Plum #603332

Tints of Persian Plum #603332

RGB

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

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

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

R = 48.73%
G = 25.89%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#603332 (or 0x603332) is known color: Persian Plum. HEX triplet: 60, 33 and 32. RGB value is (96,51,50). Sum of RGB (Red+Green+Blue) = 96+51+50=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603332 is #9FCCCD. Grayscale: #404040. Windows color (decimal): -10472654 or 3289952. OLE color: 3289952.

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

Color convert

RGB 96 51 50 -
CMYK 0 0.47 0.48 0.62
HSL 1.3º 0.32% 0.29% -
HSV(B) 1.3º 0.48% 0.38% -
XYZ 6.58 5.08 3.65 -
YUV 64.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 96 51 50 0 0.47 0.48 0.62 1.3 0.32 0.29
Hex 60 33 32 0 2F 30 3E 1 20 1D
Octal 140 63 62 0 57 60 76 1 40 35
Binary 1100000 110011 110010 0 101111 110000 111110 1 100000 11101

Color Harmonies of #603332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603332

Black with #603332

Text Example


Text Example

White with #603332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603332; }

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

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

background-color css

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

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

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

border-color css

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

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

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