Html Css Color HEX #84135A Eggplant

📋 copy color: '#84135A'

red 132 ◦ green 19 ◦ blue 90

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

Shades of Eggplant #84135A

Tints of Eggplant #84135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 54.77%
G = 7.88%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#84135A (or 0x84135A) is known color: Eggplant. HEX triplet: 84, 13 and 5A. RGB value is (132,19,90). Sum of RGB (Red+Green+Blue) = 132+19+90=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #84135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84135A is #7BECA5. Grayscale: #3C3C3C. Windows color (decimal): -8121510 or 5903236. OLE color: 5903236.

HSL color Cylindrical-coordinate representation of color #84135A: hue angle of 322.3º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84135A is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 19 90 -
CMYK 0 0.86 0.32 0.48
HSL 322.3º 0.75% 0.3% -
HSV(B) 322.3º 0.86% 0.52% -
XYZ 11.59 6.11 10.24 -
YUV 60.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 132 19 90 0 0.86 0.32 0.48 322.3 0.75 0.3
Hex 84 13 5A 0 56 20 30 142 4B 1E
Octal 204 23 132 0 126 40 60 502 113 36
Binary 10000100 10011 1011010 0 1010110 100000 110000 101000010 1001011 11110

Color Harmonies of #84135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84135A

Black with #84135A

Text Example


Text Example

White with #84135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84135A; }

 p { color: rgb(132,19,90); }

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

background-color css

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

 a { background-color: rgb(132,19,90); }

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

border-color css

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

 span { border-color: rgb(132,19,90); }

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