Html Css Color HEX #84064F Eggplant

📋 copy color: '#84064F'

red 132 ◦ green 6 ◦ blue 79

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

Shades of Eggplant #84064F

Tints of Eggplant #84064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 60.83%
G = 2.76%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#84064F (or 0x84064F) is known color: Eggplant. HEX triplet: 84, 06 and 4F. RGB value is (132,6,79). Sum of RGB (Red+Green+Blue) = 132+6+79=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84064F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84064F is #7BF9B0. Grayscale: #333333. Windows color (decimal): -8124849 or 5179012. OLE color: 5179012.

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

Color convert

RGB 132 6 79 -
CMYK 0 0.95 0.40 0.48
HSL 325.24º 0.91% 0.27% -
HSV(B) 325.24º 0.95% 0.52% -
XYZ 10.99 5.6 7.9 -
YUV 52 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 132 6 79 0 0.95 0.40 0.48 325.24 0.91 0.27
Hex 84 6 4F 0 5F 28 30 145 5B 1B
Octal 204 6 117 0 137 50 60 505 133 33
Binary 10000100 110 1001111 0 1011111 101000 110000 101000101 1011011 11011

Color Harmonies of #84064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84064F

Black with #84064F

Text Example


Text Example

White with #84064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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