#642D2D

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

Shades of Persian Plum #642D2D

Tints of Persian Plum #642D2D

Color information

#642D2D (or 0x642D2D) is unknown color: approx Persian Plum. HEX triplet: 64, 2D and 2D. RGB value is (100,45,45). Sum of RGB (Red+Green+Blue) = 100+45+45=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #642D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D2D is #9BD2D2. Grayscale: #3D3D3D. Windows color (decimal): -10212051 or 2960740. OLE color: 2960740.

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

Color convert

RGB1004545-
CMYK00.550.550.61
HSL37.93%28.43%-
HSV(B)55%39.22%-
XYZ6.674.783.05-
YUV61.44118.72155.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.63%
GREEN value IS 45 (17.97% from 255) = 23.68%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=52.63%
G=23.68%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100454500.550.550.61037.9328.43
Hex642D2D037373D0261c
Octal1445555067677504634
Binary11001001011011011010110111110111111101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642D2D; }

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

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

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

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

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

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

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

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