#63322E

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

Shades of Persian Plum #63322E

Tints of Persian Plum #63322E

Color information

#63322E (or 0x63322E) is unknown color: approx Persian Plum. HEX triplet: 63, 32 and 2E. RGB value is (99,50,46). Sum of RGB (Red+Green+Blue) = 99+50+46=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63322E is #9CCDD1. Grayscale: #404040. Windows color (decimal): -10276306 or 3027555. OLE color: 3027555.

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

Color convert

RGB995046-
CMYK00.490.540.61
HSL4.53º36.55%28.43%-
HSV(B)4.53º53.54%38.82%-
XYZ6.785.133.22-
YUV64.19117.73152.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=50.77%
G=25.64%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99504600.490.540.614.5336.5528.43
Hex63322E031363D5251c
Octal1436256061667554534
Binary1100011110010101110011000111011011110110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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