Html Css Color HEX #84064D Eggplant

📋 copy color: '#84064D'

red 132 ◦ green 6 ◦ blue 77

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

Shades of Eggplant #84064D

Tints of Eggplant #84064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

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

R = 61.4%
G = 2.79%
B = 35.81%

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

#84064D (or 0x84064D) is known color: Eggplant. HEX triplet: 84, 06 and 4D. RGB value is (132,6,77). Sum of RGB (Red+Green+Blue) = 132+6+77=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84064D is #7BF9B2. Grayscale: #333333. Windows color (decimal): -8124851 or 5047940. OLE color: 5047940.

HSL color Cylindrical-coordinate representation of color #84064D: hue angle of 326.19º degrees, saturation: 0.91, 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 #84064D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 6 77 -
CMYK 0 0.95 0.42 0.48
HSL 326.19º 0.91% 0.27% -
HSV(B) 326.19º 0.95% 0.52% -
XYZ 10.92 5.57 7.52 -
YUV 51.77 142.24 185.23 -
System Red Green Blue C M Y K H S L
Decimal 132 6 77 0 0.95 0.42 0.48 326.19 0.91 0.27
Hex 84 6 4D 0 5F 2A 30 146 5B 1B
Octal 204 6 115 0 137 52 60 506 133 33
Binary 10000100 110 1001101 0 1011111 101010 110000 101000110 1011011 11011

Color Harmonies of #84064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84064D

Black with #84064D

Text Example


Text Example

White with #84064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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