#663030

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

Shades of Persian Plum #663030

Tints of Persian Plum #663030

Color information

#663030 (or 0x663030) is unknown color: approx Persian Plum. HEX triplet: 66, 30 and 30. RGB value is (102,48,48). Sum of RGB (Red+Green+Blue) = 102+48+48=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #663030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663030 is #99CFCF. Grayscale: #404040. Windows color (decimal): -10080208 or 3158118. OLE color: 3158118.

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

Color convert

RGB1024848-
CMYK00.530.530.6
HSL36%29.41%-
HSV(B)52.94%40%-
XYZ7.075.153.42-
YUV64.15118.89155-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102484800.530.530.603629.41
Hex663030035353C0241d
Octal1466060065657404435
Binary11001101100001100000110101110101111100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663030; }

 p { color: rgb(102,48,48); }

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

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

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

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

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

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

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