Html Css Color HEX #84074D Eggplant

📋 copy color: '#84074D'

red 132 ◦ green 7 ◦ blue 77

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

Shades of Eggplant #84074D

Tints of Eggplant #84074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 61.11%
G = 3.24%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84074D (or 0x84074D) is known color: Eggplant. HEX triplet: 84, 07 and 4D. RGB value is (132,7,77). Sum of RGB (Red+Green+Blue) = 132+7+77=216 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.11% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 132 - color contains mainly: red. Hex color #84074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84074D is #7BF8B2. Grayscale: #343434. Windows color (decimal): -8124595 or 5048196. OLE color: 5048196.

HSL color Cylindrical-coordinate representation of color #84074D: hue angle of 326.4º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84074D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 77 -
CMYK 0 0.95 0.42 0.48
HSL 326.4º 0.9% 0.27% -
HSV(B) 326.4º 0.95% 0.52% -
XYZ 10.93 5.59 7.52 -
YUV 52.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 132 7 77 0 0.95 0.42 0.48 326.4 0.9 0.27
Hex 84 7 4D 0 5F 2A 30 146 5A 1B
Octal 204 7 115 0 137 52 60 506 132 33
Binary 10000100 111 1001101 0 1011111 101010 110000 101000110 1011010 11011

Color Harmonies of #84074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84074D

Black with #84074D

Text Example


Text Example

White with #84074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84074D; }

 p { color: rgb(132,7,77); }

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

background-color css

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

 a { background-color: rgb(132,7,77); }

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

border-color css

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

 span { border-color: rgb(132,7,77); }

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