Html Css Color HEX #84135F Eggplant

📋 copy color: '#84135F'

red 132 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #84135F

Tints of Eggplant #84135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 53.66%
G = 7.72%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84135F (or 0x84135F) is known color: Eggplant. HEX triplet: 84, 13 and 5F. RGB value is (132,19,95). Sum of RGB (Red+Green+Blue) = 132+19+95=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84135F is #7BECA0. Grayscale: #3D3D3D. Windows color (decimal): -8121505 or 6230916. OLE color: 6230916.

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

Color convert

RGB 132 19 95 -
CMYK 0 0.86 0.28 0.48
HSL 319.65º 0.75% 0.3% -
HSV(B) 319.65º 0.86% 0.52% -
XYZ 11.81 6.2 11.4 -
YUV 61.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 132 19 95 0 0.86 0.28 0.48 319.65 0.75 0.3
Hex 84 13 5F 0 56 1C 30 140 4B 1E
Octal 204 23 137 0 126 34 60 500 113 36
Binary 10000100 10011 1011111 0 1010110 11100 110000 101000000 1001011 11110

Color Harmonies of #84135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84135F

Black with #84135F

Text Example


Text Example

White with #84135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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