#63312E

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

Shades of Persian Plum #63312E

Tints of Persian Plum #63312E

Color information

#63312E (or 0x63312E) is unknown color: approx Persian Plum. HEX triplet: 63, 31 and 2E. RGB value is (99,49,46). Sum of RGB (Red+Green+Blue) = 99+49+46=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63312E is #9CCED1. Grayscale: #3F3F3F. Windows color (decimal): -10276562 or 3027299. OLE color: 3027299.

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

Color convert

RGB994946-
CMYK00.510.540.61
HSL3.4º36.55%28.43%-
HSV(B)3.4º53.54%38.82%-
XYZ6.745.053.2-
YUV63.61118.06153.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 49 (19.53% from 255) = 25.26%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=51.03%
G=25.26%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99494600.510.540.613.436.5528.43
Hex63312E033363D3251c
Octal1436156063667534534
Binary110001111000110111001100111101101111011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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