#643735

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

Shades of Persian Plum #643735

Tints of Persian Plum #643735

Color information

#643735 (or 0x643735) is unknown color: approx Persian Plum. HEX triplet: 64, 37 and 35. RGB value is (100,55,53). Sum of RGB (Red+Green+Blue) = 100+55+53=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643735 is #9BC8CA. Grayscale: #444444. Windows color (decimal): -10209483 or 3487588. OLE color: 3487588.

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

Color convert

RGB1005553-
CMYK00.450.470.61
HSL2.55º30.72%30%-
HSV(B)2.55º47%39.22%-
XYZ7.265.74.09-
YUV68.23119.41150.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=48.08%
G=26.44%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100555300.450.470.612.5530.7230
Hex64373502D2F3D31f1e
Octal1446765055577533736
Binary11001001101111101010101101101111111101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643735; }

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

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

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

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

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

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

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

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