Html Css Color HEX #84035B Eggplant

📋 copy color: '#84035B'

red 132 ◦ green 3 ◦ blue 91

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

Shades of Eggplant #84035B

Tints of Eggplant #84035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 58.41%
G = 1.33%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#84035B (or 0x84035B) is known color: Eggplant. HEX triplet: 84, 03 and 5B. RGB value is (132,3,91). Sum of RGB (Red+Green+Blue) = 132+3+91=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #84035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84035B is #7BFCA4. Grayscale: #333333. Windows color (decimal): -8125605 or 5964676. OLE color: 5964676.

HSL color Cylindrical-coordinate representation of color #84035B: hue angle of 319.07º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84035B is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 91 -
CMYK 0 0.98 0.31 0.48
HSL 319.07º 0.96% 0.26% -
HSV(B) 319.07º 0.98% 0.52% -
XYZ 11.44 5.73 10.4 -
YUV 51.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 132 3 91 0 0.98 0.31 0.48 319.07 0.96 0.26
Hex 84 3 5B 0 62 1F 30 13F 60 1A
Octal 204 3 133 0 142 37 60 477 140 32
Binary 10000100 11 1011011 0 1100010 11111 110000 100111111 1100000 11010

Color Harmonies of #84035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84035B

Black with #84035B

Text Example


Text Example

White with #84035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84035B; }

 p { color: rgb(132,3,91); }

 H1.HeaderClassName
 {
   color: #84035B;
 }
 .AnyTagClassName
 {
   color: #84035B;
 }
</style>

background-color css

<style>
 a { background-color: #84035B; }

 a { background-color: rgb(132,3,91); }

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

border-color css

<style>
 span { border-color: #84035B; }

 span { border-color: rgb(132,3,91); }

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