Html Css Color HEX #683332 Persian Plum

📋 copy color: '#683332'

red 104 ◦ green 51 ◦ blue 50

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

Shades of Persian Plum #683332

Tints of Persian Plum #683332

RGB

 RED value IS 104 (41.02% from 255) = 50.73%

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

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

R = 50.73%
G = 24.88%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#683332 (or 0x683332) is known color: Persian Plum. HEX triplet: 68, 33 and 32. RGB value is (104,51,50). Sum of RGB (Red+Green+Blue) = 104+51+50=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #683332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683332 is #97CCCD. Grayscale: #424242. Windows color (decimal): -9948366 or 3289960. OLE color: 3289960.

HSL color Cylindrical-coordinate representation of color #683332: hue angle of 1.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683332 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 51 50 -
CMYK 0 0.51 0.52 0.59
HSL 1.11º 0.35% 0.3% -
HSV(B) 1.11º 0.52% 0.41% -
XYZ 7.47 5.54 3.69 -
YUV 66.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 104 51 50 0 0.51 0.52 0.59 1.11 0.35 0.3
Hex 68 33 32 0 33 34 3B 1 23 1E
Octal 150 63 62 0 63 64 73 1 43 36
Binary 1101000 110011 110010 0 110011 110100 111011 1 100011 11110

Color Harmonies of #683332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683332

Black with #683332

Text Example


Text Example

White with #683332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683332; }

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

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

background-color css

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

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

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

border-color css

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

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

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