#64322E

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

Shades of Persian Plum #64322E

Tints of Persian Plum #64322E

Color information

#64322E (or 0x64322E) is unknown color: approx Persian Plum. HEX triplet: 64, 32 and 2E. RGB value is (100,50,46). Sum of RGB (Red+Green+Blue) = 100+50+46=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64322E is #9BCDD1. Grayscale: #404040. Windows color (decimal): -10210770 or 3027556. OLE color: 3027556.

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

Color convert

RGB1005046-
CMYK00.500.540.61
HSL4.44º36.99%28.63%-
HSV(B)4.44º54%39.22%-
XYZ6.895.193.22-
YUV64.49117.56153.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.02%
GREEN value IS 50 (19.92% from 255) = 25.51%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=51.02%
G=25.51%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100504600.500.540.614.4436.9928.63
Hex64322E032363D4251d
Octal1446256062667544535
Binary1100100110010101110011001011011011110110010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64322E; }

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

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

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

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

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

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

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

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