#673333

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

Shades of Persian Plum #673333

Tints of Persian Plum #673333

Color information

#673333 (or 0x673333) is unknown color: approx Persian Plum. HEX triplet: 67, 33 and 33. RGB value is (103,51,51). Sum of RGB (Red+Green+Blue) = 103+51+51=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #673333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673333 is #98CCCC. Grayscale: #424242. Windows color (decimal): -10013901 or 3355495. OLE color: 3355495.

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

Color convert

RGB1035151-
CMYK00.500.500.60
HSL33.77%30.2%-
HSV(B)50.49%40.39%-
XYZ7.375.493.8-
YUV66.55119.23154-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.24%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=50.24%
G=24.88%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103515100.500.500.60033.7730.2
Hex673333032323C0221e
Octal1476363062627404236
Binary11001111100111100110110010110010111100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673333; }

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

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

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

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

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

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

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

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