Html Css Color HEX #683131 Persian Plum

📋 copy color: '#683131'

red 104 ◦ green 49 ◦ blue 49

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

Shades of Persian Plum #683131

Tints of Persian Plum #683131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.26%

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

R = 51.49%
G = 24.26%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#683131 (or 0x683131) is known color: Persian Plum. HEX triplet: 68, 31 and 31. RGB value is (104,49,49). Sum of RGB (Red+Green+Blue) = 104+49+49=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #683131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683131 is #97CECE. Grayscale: #414141. Windows color (decimal): -9948879 or 3223912. OLE color: 3223912.

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

Color convert

RGB 104 49 49 -
CMYK 0 0.53 0.53 0.59
HSL 0.36% 0.3% -
HSV(B) 0.53% 0.41% -
XYZ 7.36 5.36 3.55 -
YUV 65.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 104 49 49 0 0.53 0.53 0.59 0 0.36 0.3
Hex 68 31 31 0 35 35 3B 0 24 1E
Octal 150 61 61 0 65 65 73 0 44 36
Binary 1101000 110001 110001 0 110101 110101 111011 0 100100 11110

Color Harmonies of #683131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683131

Black with #683131

Text Example


Text Example

White with #683131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683131; }

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

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

background-color css

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

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

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

border-color css

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

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

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