#663331

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

Shades of Persian Plum #663331

Tints of Persian Plum #663331

Color information

#663331 (or 0x663331) is unknown color: approx Persian Plum. HEX triplet: 66, 33 and 31. RGB value is (102,51,49). Sum of RGB (Red+Green+Blue) = 102+51+49=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663331 is #99CCCE. Grayscale: #424242. Windows color (decimal): -10079439 or 3224422. OLE color: 3224422.

HSL color Cylindrical-coordinate representation of color #663331: hue angle of 2.26º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663331 is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB1025149-
CMYK00.50.520.6
HSL2.26º35.1%29.61%-
HSV(B)2.26º51.96%40%-
XYZ7.225.413.57-
YUV66.02118.4153.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=50.50%
G=25.25%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102514900.50.520.62.2635.129.61
Hex663331032343C2231e
Octal1466361062647424336
Binary110011011001111000101100101101001111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663331; }

 p { color: rgb(102,51,49); }

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

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

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

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

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

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

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