Html Css Color HEX #673230 Persian Plum

📋 copy color: '#673230'

red 103 ◦ green 50 ◦ blue 48

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

Shades of Persian Plum #673230

Tints of Persian Plum #673230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 23.88%

R = 51.24%
G = 24.88%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.60

RGB Variations

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

Color information

#673230 (or 0x673230) is known color: Persian Plum. HEX triplet: 67, 32 and 30. RGB value is (103,50,48). Sum of RGB (Red+Green+Blue) = 103+50+48=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #673230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673230 is #98CDCF. Grayscale: #414141. Windows color (decimal): -10014160 or 3158631. OLE color: 3158631.

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

Color convert

RGB 103 50 48 -
CMYK 0 0.51 0.53 0.60
HSL 2.18º 0.36% 0.3% -
HSV(B) 2.18º 0.53% 0.4% -
XYZ 7.27 5.38 3.45 -
YUV 65.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 103 50 48 0 0.51 0.53 0.60 2.18 0.36 0.3
Hex 67 32 30 0 33 35 3C 2 24 1E
Octal 147 62 60 0 63 65 74 2 44 36
Binary 1100111 110010 110000 0 110011 110101 111100 10 100100 11110

Color Harmonies of #673230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673230

Black with #673230

Text Example


Text Example

White with #673230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673230; }

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

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

background-color css

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

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

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

border-color css

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

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

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