#683130

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

Shades of Persian Plum #683130

Tints of Persian Plum #683130

Color information

#683130 (or 0x683130) is unknown color: approx Persian Plum. HEX triplet: 68, 31 and 30. RGB value is (104,49,48). Sum of RGB (Red+Green+Blue) = 104+49+48=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #683130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683130 is #97CECF. Grayscale: #414141. Windows color (decimal): -9948880 or 3158376. OLE color: 3158376.

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

Color convert

RGB1044948-
CMYK00.530.540.59
HSL1.07º36.84%29.8%-
HSV(B)1.07º53.85%40.78%-
XYZ7.345.353.44-
YUV65.33118.22155.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=51.74%
G=24.38%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104494800.530.540.591.0736.8429.8
Hex683130035363B1251e
Octal1506160065667314536
Binary11010001100011100000110101110110111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683130; }

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

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

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

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

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

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

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

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