#683431

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

Shades of Persian Plum #683431

Tints of Persian Plum #683431

Color information

#683431 (or 0x683431) is unknown color: approx Persian Plum. HEX triplet: 68, 34 and 31. RGB value is (104,52,49). Sum of RGB (Red+Green+Blue) = 104+52+49=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #683431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683431 is #97CBCE. Grayscale: #434343. Windows color (decimal): -9948111 or 3224680. OLE color: 3224680.

HSL color Cylindrical-coordinate representation of color #683431: hue angle of 3.27º 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 #683431 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1045249-
CMYK00.500.530.59
HSL3.27º35.95%30%-
HSV(B)3.27º52.88%40.78%-
XYZ7.495.623.6-
YUV67.21117.73154.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=50.73%
G=25.37%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104524900.500.530.593.2735.9530
Hex683431032353B3241e
Octal1506461062657334436
Binary110100011010011000101100101101011110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683431; }

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

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

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

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

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

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

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

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