Html Css Color HEX #683130 Persian Plum

📋 copy color: '#683130'

red 104 ◦ green 49 ◦ blue 48

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

Shades of Persian Plum #683130

Tints of Persian Plum #683130

RGB

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

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

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

R = 51.74%
G = 24.38%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#683130 (or 0x683130) is known color: Persian Plum. HEX triplet: 68, 31 and 30. RGB value is (104,49,48). Sum of RGB (Red+Green+Blue) = 104+49+48=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #683130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683130 is #97CECF. Grayscale: #414141. Windows color (decimal): -9948880 or 3158376. OLE color: 3158376.

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

Color convert

RGB 104 49 48 -
CMYK 0 0.53 0.54 0.59
HSL 1.07º 0.37% 0.3% -
HSV(B) 1.07º 0.54% 0.41% -
XYZ 7.34 5.35 3.44 -
YUV 65.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 104 49 48 0 0.53 0.54 0.59 1.07 0.37 0.3
Hex 68 31 30 0 35 36 3B 1 25 1E
Octal 150 61 60 0 65 66 73 1 45 36
Binary 1101000 110001 110000 0 110101 110110 111011 1 100101 11110

Color Harmonies of #683130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683130

Black with #683130

Text Example


Text Example

White with #683130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683130; }

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

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

background-color css

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

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

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

border-color css

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

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

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