Html Css Color HEX #820B51 Eggplant

📋 copy color: '#820B51'

red 130 ◦ green 11 ◦ blue 81

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

Shades of Eggplant #820B51

Tints of Eggplant #820B51

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

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

R = 58.56%
G = 4.95%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820B51 (or 0x820B51) is known color: Eggplant. HEX triplet: 82, 0B and 51. RGB value is (130,11,81). Sum of RGB (Red+Green+Blue) = 130+11+81=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #820B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B51 is #7DF4AE. Grayscale: #363636. Windows color (decimal): -8254639 or 5311362. OLE color: 5311362.

HSL color Cylindrical-coordinate representation of color #820B51: hue angle of 324.71º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B51 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 81 -
CMYK 0 0.92 0.38 0.49
HSL 324.71º 0.84% 0.28% -
HSV(B) 324.71º 0.92% 0.51% -
XYZ 10.81 5.58 8.29 -
YUV 54.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 130 11 81 0 0.92 0.38 0.49 324.71 0.84 0.28
Hex 82 B 51 0 5C 26 31 145 54 1C
Octal 202 13 121 0 134 46 61 505 124 34
Binary 10000010 1011 1010001 0 1011100 100110 110001 101000101 1010100 11100

Color Harmonies of #820B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B51

Black with #820B51

Text Example


Text Example

White with #820B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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