#683332

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

Shades of Persian Plum #683332

Tints of Persian Plum #683332

Color information

#683332 (or 0x683332) is unknown color: approx 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

RGB1045150-
CMYK00.510.520.59
HSL1.11º35.06%30.2%-
HSV(B)1.11º51.92%40.78%-
XYZ7.475.543.69-
YUV66.73118.56154.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104515000.510.520.591.1135.0630.2
Hex683332033343B1231e
Octal1506362063647314336
Binary11010001100111100100110011110100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>