#643434

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

Shades of Persian Plum #643434

Tints of Persian Plum #643434

Color information

#643434 (or 0x643434) is unknown color: approx Persian Plum. HEX triplet: 64, 34 and 34. RGB value is (100,52,52). Sum of RGB (Red+Green+Blue) = 100+52+52=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #643434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643434 is #9BCBCB. Grayscale: #424242. Windows color (decimal): -10210252 or 3421284. OLE color: 3421284.

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

Color convert

RGB1005252-
CMYK00.480.480.61
HSL31.58%29.8%-
HSV(B)48%39.22%-
XYZ7.15.413.92-
YUV66.35119.9152-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 49.02%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=49.02%
G=25.49%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100525200.480.480.61031.5829.8
Hex643434030303D0201e
Octal1446464060607504036
Binary11001001101001101000110000110000111101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643434; }

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

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

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

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

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

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

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

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