Html Css Color HEX #821260 Eggplant

📋 copy color: '#821260'

red 130 ◦ green 18 ◦ blue 96

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

Shades of Eggplant #821260

Tints of Eggplant #821260

RGB

 RED value IS 130 (51.17% from 255) = 53.28%

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 53.28%
G = 7.38%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#821260 (or 0x821260) is known color: Eggplant. HEX triplet: 82, 12 and 60. RGB value is (130,18,96). Sum of RGB (Red+Green+Blue) = 130+18+96=244 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.28% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 130 - color contains mainly: red. Hex color #821260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821260 is #7DED9F. Grayscale: #3C3C3C. Windows color (decimal): -8252832 or 6296194. OLE color: 6296194.

HSL color Cylindrical-coordinate representation of color #821260: hue angle of 318.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821260 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 96 -
CMYK 0 0.86 0.26 0.49
HSL 318.21º 0.76% 0.29% -
HSV(B) 318.21º 0.86% 0.51% -
XYZ 11.53 6.02 11.62 -
YUV 60.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 130 18 96 0 0.86 0.26 0.49 318.21 0.76 0.29
Hex 82 12 60 0 56 1A 31 13E 4C 1D
Octal 202 22 140 0 126 32 61 476 114 35
Binary 10000010 10010 1100000 0 1010110 11010 110001 100111110 1001100 11101

Color Harmonies of #821260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821260

Black with #821260

Text Example


Text Example

White with #821260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821260; }

 p { color: rgb(130,18,96); }

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

background-color css

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

 a { background-color: rgb(130,18,96); }

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

border-color css

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

 span { border-color: rgb(130,18,96); }

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