#673332

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

Shades of Persian Plum #673332

Tints of Persian Plum #673332

Color information

#673332 (or 0x673332) is unknown color: approx Persian Plum. HEX triplet: 67, 33 and 32. RGB value is (103,51,50). Sum of RGB (Red+Green+Blue) = 103+51+50=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #673332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673332 is #98CCCD. Grayscale: #424242. Windows color (decimal): -10013902 or 3289959. OLE color: 3289959.

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

Color convert

RGB1035150-
CMYK00.500.510.60
HSL1.13º34.64%30%-
HSV(B)1.13º51.46%40.39%-
XYZ7.355.483.69-
YUV66.43118.73154.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.49%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=50.49%
G=25%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103515000.500.510.601.1334.6430
Hex673332032333C1231e
Octal1476362062637414336
Binary11001111100111100100110010110011111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673332; }

 p { color: rgb(103,51,50); }

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

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

 a { background-color: rgb(103,51,50); }

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

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

 span { border-color: rgb(103,51,50); }

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