Html Css Color HEX #673531 Persian Plum

📋 copy color: '#673531'

red 103 ◦ green 53 ◦ blue 49

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

Shades of Persian Plum #673531

Tints of Persian Plum #673531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.85%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 50.24%
G = 25.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#673531 (or 0x673531) is known color: Persian Plum. HEX triplet: 67, 35 and 31. RGB value is (103,53,49). Sum of RGB (Red+Green+Blue) = 103+53+49=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #673531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673531 is #98CACE. Grayscale: #434343. Windows color (decimal): -10013391 or 3224935. OLE color: 3224935.

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

Color convert

RGB 103 53 49 -
CMYK 0 0.49 0.52 0.60
HSL 4.44º 0.36% 0.3% -
HSV(B) 4.44º 0.52% 0.4% -
XYZ 7.42 5.65 3.61 -
YUV 67.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 103 53 49 0 0.49 0.52 0.60 4.44 0.36 0.3
Hex 67 35 31 0 31 34 3C 4 24 1E
Octal 147 65 61 0 61 64 74 4 44 36
Binary 1100111 110101 110001 0 110001 110100 111100 100 100100 11110

Color Harmonies of #673531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673531

Black with #673531

Text Example


Text Example

White with #673531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673531; }

 p { color: rgb(103,53,49); }

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

background-color css

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

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

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

border-color css

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

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

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