Html Css Color HEX #820B52 Eggplant

📋 copy color: '#820B52'

red 130 ◦ green 11 ◦ blue 82

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

Shades of Eggplant #820B52

Tints of Eggplant #820B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.77%

R = 58.3%
G = 4.93%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#820B52 (or 0x820B52) is known color: Eggplant. HEX triplet: 82, 0B and 52. RGB value is (130,11,82). Sum of RGB (Red+Green+Blue) = 130+11+82=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #820B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B52 is #7DF4AD. Grayscale: #363636. Windows color (decimal): -8254638 or 5376898. OLE color: 5376898.

HSL color Cylindrical-coordinate representation of color #820B52: hue angle of 324.2º 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 #820B52 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 82 -
CMYK 0 0.92 0.37 0.49
HSL 324.2º 0.84% 0.28% -
HSV(B) 324.2º 0.92% 0.51% -
XYZ 10.85 5.59 8.49 -
YUV 54.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 130 11 82 0 0.92 0.37 0.49 324.2 0.84 0.28
Hex 82 B 52 0 5C 25 31 144 54 1C
Octal 202 13 122 0 134 45 61 504 124 34
Binary 10000010 1011 1010010 0 1011100 100101 110001 101000100 1010100 11100

Color Harmonies of #820B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B52

Black with #820B52

Text Example


Text Example

White with #820B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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