Html Css Color HEX #820251 Eggplant

📋 copy color: '#820251'

red 130 ◦ green 2 ◦ blue 81

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

Shades of Eggplant #820251

Tints of Eggplant #820251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 81 (32.03% from 255) = 38.03%

R = 61.03%
G = 0.94%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820251 (or 0x820251) is known color: Eggplant. HEX triplet: 82, 02 and 51. RGB value is (130,2,81). Sum of RGB (Red+Green+Blue) = 130+2+81=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #820251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820251 is #7DFDAE. Grayscale: #313131. Windows color (decimal): -8256943 or 5309058. OLE color: 5309058.

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

Color convert

RGB 130 2 81 -
CMYK 0 0.98 0.38 0.49
HSL 322.97º 0.97% 0.26% -
HSV(B) 322.97º 0.98% 0.51% -
XYZ 10.71 5.38 8.26 -
YUV 49.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 130 2 81 0 0.98 0.38 0.49 322.97 0.97 0.26
Hex 82 2 51 0 62 26 31 143 61 1A
Octal 202 2 121 0 142 46 61 503 141 32
Binary 10000010 10 1010001 0 1100010 100110 110001 101000011 1100001 11010

Color Harmonies of #820251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820251

Black with #820251

Text Example


Text Example

White with #820251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820251; }

 p { color: rgb(130,2,81); }

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

background-color css

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

 a { background-color: rgb(130,2,81); }

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

border-color css

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

 span { border-color: rgb(130,2,81); }

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