Html Css Color HEX #841256 Eggplant

📋 copy color: '#841256'

red 132 ◦ green 18 ◦ blue 86

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

Shades of Eggplant #841256

Tints of Eggplant #841256

RGB

 RED value IS 132 (51.95% from 255) = 55.93%

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

 BLUE value IS 86 (33.98% from 255) = 36.44%

R = 55.93%
G = 7.63%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#841256 (or 0x841256) is known color: Eggplant. HEX triplet: 84, 12 and 56. RGB value is (132,18,86). Sum of RGB (Red+Green+Blue) = 132+18+86=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #841256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841256 is #7BEDA9. Grayscale: #3B3B3B. Windows color (decimal): -8121770 or 5640836. OLE color: 5640836.

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

Color convert

RGB 132 18 86 -
CMYK 0 0.86 0.35 0.48
HSL 324.21º 0.76% 0.29% -
HSV(B) 324.21º 0.86% 0.52% -
XYZ 11.41 6.01 9.36 -
YUV 59.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 132 18 86 0 0.86 0.35 0.48 324.21 0.76 0.29
Hex 84 12 56 0 56 23 30 144 4C 1D
Octal 204 22 126 0 126 43 60 504 114 35
Binary 10000100 10010 1010110 0 1010110 100011 110000 101000100 1001100 11101

Color Harmonies of #841256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841256

Black with #841256

Text Example


Text Example

White with #841256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841256; }

 p { color: rgb(132,18,86); }

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

background-color css

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

 a { background-color: rgb(132,18,86); }

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

border-color css

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

 span { border-color: rgb(132,18,86); }

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