#683331

Color #683331 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #683331

Tints of Persian Plum #683331

Color information

#683331 (or 0x683331) is unknown color: approx Persian Plum. HEX triplet: 68, 33 and 31. RGB value is (104,51,49). Sum of RGB (Red+Green+Blue) = 104+51+49=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683331 is #97CCCE. Grayscale: #424242. Windows color (decimal): -9948367 or 3224424. OLE color: 3224424.

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

Color convert

RGB1045149-
CMYK00.510.530.59
HSL2.18º35.95%30%-
HSV(B)2.18º52.88%40.78%-
XYZ7.455.533.58-
YUV66.62118.06154.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=50.98%
G=25%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104514900.510.530.592.1835.9530
Hex683331033353B2241e
Octal1506361063657324436
Binary110100011001111000101100111101011110111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683331; }

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

 H1.HeaderClassName
 {
   color: #683331;
 }
 .AnyTagClassName
 {
   color: #683331;
 }
</style>
background-color css

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

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

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

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

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

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