#643332

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

Shades of Persian Plum #643332

Tints of Persian Plum #643332

Color information

#643332 (or 0x643332) is unknown color: approx Persian Plum. HEX triplet: 64, 33 and 32. RGB value is (100,51,50). Sum of RGB (Red+Green+Blue) = 100+51+50=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #643332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643332 is #9BCCCD. Grayscale: #414141. Windows color (decimal): -10210510 or 3289956. OLE color: 3289956.

HSL color Cylindrical-coordinate representation of color #643332: hue angle of 1.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643332 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1005150-
CMYK00.490.500.61
HSL1.2º33.33%29.41%-
HSV(B)1.2º50%39.22%-
XYZ7.025.313.67-
YUV65.54119.23152.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.75%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=49.75%
G=25.37%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100515000.490.500.611.233.3329.41
Hex643332031323D1211d
Octal1446362061627514135
Binary11001001100111100100110001110010111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643332; }

 p { color: rgb(100,51,50); }

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

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

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

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

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

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

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