#683232

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

Shades of Persian Plum #683232

Tints of Persian Plum #683232

Color information

#683232 (or 0x683232) is unknown color: approx Persian Plum. HEX triplet: 68, 32 and 32. RGB value is (104,50,50). Sum of RGB (Red+Green+Blue) = 104+50+50=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #683232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683232 is #97CDCD. Grayscale: #424242. Windows color (decimal): -9948622 or 3289704. OLE color: 3289704.

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

Color convert

RGB1045050-
CMYK00.520.520.59
HSL35.06%30.2%-
HSV(B)51.92%40.78%-
XYZ7.435.453.68-
YUV66.15118.89155-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 50 (19.92% from 255) = 24.51%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=50.98%
G=24.51%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104505000.520.520.59035.0630.2
Hex683232034343B0231e
Octal1506262064647304336
Binary11010001100101100100110100110100111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683232; }

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

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

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

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

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

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

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

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