Html Css Color HEX #821257 Eggplant

📋 copy color: '#821257'

red 130 ◦ green 18 ◦ blue 87

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

Shades of Eggplant #821257

Tints of Eggplant #821257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.02%

R = 55.32%
G = 7.66%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#821257 (or 0x821257) is known color: Eggplant. HEX triplet: 82, 12 and 57. RGB value is (130,18,87). Sum of RGB (Red+Green+Blue) = 130+18+87=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821257 is #7DEDA8. Grayscale: #3B3B3B. Windows color (decimal): -8252841 or 5706370. OLE color: 5706370.

HSL color Cylindrical-coordinate representation of color #821257: hue angle of 323.04º 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 #821257 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 87 -
CMYK 0 0.86 0.33 0.49
HSL 323.04º 0.76% 0.29% -
HSV(B) 323.04º 0.86% 0.51% -
XYZ 11.14 5.87 9.56 -
YUV 59.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 130 18 87 0 0.86 0.33 0.49 323.04 0.76 0.29
Hex 82 12 57 0 56 21 31 143 4C 1D
Octal 202 22 127 0 126 41 61 503 114 35
Binary 10000010 10010 1010111 0 1010110 100001 110001 101000011 1001100 11101

Color Harmonies of #821257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821257

Black with #821257

Text Example


Text Example

White with #821257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821257; }

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

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

background-color css

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

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

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

border-color css

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

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

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