#643734

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

Shades of Persian Plum #643734

Tints of Persian Plum #643734

Color information

#643734 (or 0x643734) is unknown color: approx Persian Plum. HEX triplet: 64, 37 and 34. RGB value is (100,55,52). Sum of RGB (Red+Green+Blue) = 100+55+52=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #643734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643734 is #9BC8CB. Grayscale: #444444. Windows color (decimal): -10209484 or 3422052. OLE color: 3422052.

HSL color Cylindrical-coordinate representation of color #643734: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643734 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB1005552-
CMYK00.450.480.61
HSL3.75º31.58%29.8%-
HSV(B)3.75º48%39.22%-
XYZ7.245.693.97-
YUV68.11118.91150.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 55 (21.88% from 255) = 26.57%
BLUE value IS 52 (20.70% from 255) = 25.12%
R=48.31%
G=26.57%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100555200.450.480.613.7531.5829.8
Hex64373402D303D4201e
Octal1446764055607544036
Binary1100100110111110100010110111000011110110010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643734; }

 p { color: rgb(100,55,52); }

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

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

 a { background-color: rgb(100,55,52); }

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

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

 span { border-color: rgb(100,55,52); }

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