Html Css Color HEX #673333 Persian Plum

📋 copy color: '#673333'

red 103 ◦ green 51 ◦ blue 51

#673333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #673333

Tints of Persian Plum #673333

RGB

 RED value IS 103 (40.63% 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 value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.60

RGB Variations

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

Color information

#673333 (or 0x673333) is known color: 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

RGB 103 51 51 -
CMYK 0 0.50 0.50 0.60
HSL 0.34% 0.3% -
HSV(B) 0.5% 0.4% -
XYZ 7.37 5.49 3.8 -
YUV 66.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 103 51 51 0 0.50 0.50 0.60 0 0.34 0.3
Hex 67 33 33 0 32 32 3C 0 22 1E
Octal 147 63 63 0 62 62 74 0 42 36
Binary 1100111 110011 110011 0 110010 110010 111100 0 100010 11110

Color Harmonies of #673333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673333

Black with #673333

Text Example


Text Example

White with #673333

Text Example


Text Example

HTML Codes & Css Web 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>