#663431

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

Shades of Persian Plum #663431

Tints of Persian Plum #663431

Color information

#663431 (or 0x663431) is unknown color: approx Persian Plum. HEX triplet: 66, 34 and 31. RGB value is (102,52,49). Sum of RGB (Red+Green+Blue) = 102+52+49=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663431 is #99CBCE. Grayscale: #424242. Windows color (decimal): -10079183 or 3224678. OLE color: 3224678.

HSL color Cylindrical-coordinate representation of color #663431: hue angle of 3.4º 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 #663431 is Cyan = 0, Magento = 0.49, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB1025249-
CMYK00.490.520.6
HSL3.4º35.1%29.61%-
HSV(B)3.4º51.96%40%-
XYZ7.265.53.59-
YUV66.61118.06153.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=50.25%
G=25.62%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102524900.490.520.63.435.129.61
Hex663431031343C3231e
Octal1466461061647434336
Binary110011011010011000101100011101001111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663431; }

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

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

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

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

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

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

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

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