Html Css Color HEX #673232 Persian Plum

📋 copy color: '#673232'

red 103 ◦ green 50 ◦ blue 50

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

Shades of Persian Plum #673232

Tints of Persian Plum #673232

RGB

 RED value IS 103 (40.63% from 255) = 50.74%

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 50.74%
G = 24.63%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#673232 (or 0x673232) is known color: Persian Plum. HEX triplet: 67, 32 and 32. RGB value is (103,50,50). Sum of RGB (Red+Green+Blue) = 103+50+50=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #673232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673232 is #98CDCD. Grayscale: #414141. Windows color (decimal): -10014158 or 3289703. OLE color: 3289703.

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

Color convert

RGB 103 50 50 -
CMYK 0 0.51 0.51 0.60
HSL 0.35% 0.3% -
HSV(B) 0.51% 0.4% -
XYZ 7.31 5.4 3.67 -
YUV 65.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 103 50 50 0 0.51 0.51 0.60 0 0.35 0.3
Hex 67 32 32 0 33 33 3C 0 23 1E
Octal 147 62 62 0 63 63 74 0 43 36
Binary 1100111 110010 110010 0 110011 110011 111100 0 100011 11110

Color Harmonies of #673232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673232

Black with #673232

Text Example


Text Example

White with #673232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673232; }

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

 H1.HeaderClassName
 {
   color: #673232;
 }
 .AnyTagClassName
 {
   color: #673232;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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