Html Css Color HEX #683231 Persian Plum

📋 copy color: '#683231'

red 104 ◦ green 50 ◦ blue 49

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

Shades of Persian Plum #683231

Tints of Persian Plum #683231

RGB

 RED value IS 104 (41.02% from 255) = 51.23%

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

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

R = 51.23%
G = 24.63%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#683231 (or 0x683231) is known color: Persian Plum. HEX triplet: 68, 32 and 31. RGB value is (104,50,49). Sum of RGB (Red+Green+Blue) = 104+50+49=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #683231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683231 is #97CDCE. Grayscale: #424242. Windows color (decimal): -9948623 or 3224168. OLE color: 3224168.

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

Color convert

RGB 104 50 49 -
CMYK 0 0.52 0.53 0.59
HSL 1.09º 0.36% 0.3% -
HSV(B) 1.09º 0.53% 0.41% -
XYZ 7.4 5.45 3.57 -
YUV 66.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 104 50 49 0 0.52 0.53 0.59 1.09 0.36 0.3
Hex 68 32 31 0 34 35 3B 1 24 1E
Octal 150 62 61 0 64 65 73 1 44 36
Binary 1101000 110010 110001 0 110100 110101 111011 1 100100 11110

Color Harmonies of #683231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683231

Black with #683231

Text Example


Text Example

White with #683231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683231; }

 p { color: rgb(104,50,49); }

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

background-color css

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

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

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

border-color css

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

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

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