#643131

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

Shades of Persian Plum #643131

Tints of Persian Plum #643131

Color information

#643131 (or 0x643131) is unknown color: approx Persian Plum. HEX triplet: 64, 31 and 31. RGB value is (100,49,49). Sum of RGB (Red+Green+Blue) = 100+49+49=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #643131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643131 is #9BCECE. Grayscale: #404040. Windows color (decimal): -10211023 or 3223908. OLE color: 3223908.

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

Color convert

RGB1004949-
CMYK00.510.510.61
HSL34.23%29.22%-
HSV(B)51%39.22%-
XYZ6.915.133.53-
YUV64.25119.4153.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 49 (19.53% from 255) = 24.75%
R=50.51%
G=24.75%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100494900.510.510.61034.2329.22
Hex643131033333D0221d
Octal1446161063637504235
Binary11001001100011100010110011110011111101010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643131; }

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

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

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

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

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

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

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

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