Html Css Color HEX #841055 Eggplant

📋 copy color: '#841055'

red 132 ◦ green 16 ◦ blue 85

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

Shades of Eggplant #841055

Tints of Eggplant #841055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 56.65%
G = 6.87%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#841055 (or 0x841055) is known color: Eggplant. HEX triplet: 84, 10 and 55. RGB value is (132,16,85). Sum of RGB (Red+Green+Blue) = 132+16+85=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #841055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841055 is #7BEFAA. Grayscale: #3A3A3A. Windows color (decimal): -8122283 or 5574788. OLE color: 5574788.

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

Color convert

RGB 132 16 85 -
CMYK 0 0.88 0.36 0.48
HSL 324.31º 0.78% 0.29% -
HSV(B) 324.31º 0.88% 0.52% -
XYZ 11.34 5.93 9.14 -
YUV 58.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 132 16 85 0 0.88 0.36 0.48 324.31 0.78 0.29
Hex 84 10 55 0 58 24 30 144 4E 1D
Octal 204 20 125 0 130 44 60 504 116 35
Binary 10000100 10000 1010101 0 1011000 100100 110000 101000100 1001110 11101

Color Harmonies of #841055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841055

Black with #841055

Text Example


Text Example

White with #841055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841055; }

 p { color: rgb(132,16,85); }

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

background-color css

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

 a { background-color: rgb(132,16,85); }

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

border-color css

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

 span { border-color: rgb(132,16,85); }

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