#683231

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

Shades of Persian Plum #683231

Tints of Persian Plum #683231

Color information

#683231 (or 0x683231) is unknown color: approx Persian Plum. HEX triplet: 68, 32 and 31. RGB value is (104,50,49). Sum of RGB (Red+Green+Blue) = 104+50+49=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #683231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683231 is #97CDCE. Grayscale: #424242. Windows color (decimal): -9948623 or 3224168. OLE color: 3224168.

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

Color convert

RGB1045049-
CMYK00.520.530.59
HSL1.09º35.95%30%-
HSV(B)1.09º52.88%40.78%-
XYZ7.45.453.57-
YUV66.03118.39155.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=51.23%
G=24.63%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104504900.520.530.591.0935.9530
Hex683231034353B1241e
Octal1506261064657314436
Binary11010001100101100010110100110101111011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683231; }

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

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

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

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

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

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

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

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