Html Css Color HEX #840C52 Eggplant

📋 copy color: '#840C52'

red 132 ◦ green 12 ◦ blue 82

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

Shades of Eggplant #840C52

Tints of Eggplant #840C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

 BLUE value IS 82 (32.42% from 255) = 36.28%

R = 58.41%
G = 5.31%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#840C52 (or 0x840C52) is known color: Eggplant. HEX triplet: 84, 0C and 52. RGB value is (132,12,82). Sum of RGB (Red+Green+Blue) = 132+12+82=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #840C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840C52 is #7BF3AD. Grayscale: #373737. Windows color (decimal): -8123310 or 5377156. OLE color: 5377156.

HSL color Cylindrical-coordinate representation of color #840C52: hue angle of 325º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C52 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 82 -
CMYK 0 0.91 0.38 0.48
HSL 325º 0.83% 0.28% -
HSV(B) 325º 0.91% 0.52% -
XYZ 11.17 5.78 8.51 -
YUV 55.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 132 12 82 0 0.91 0.38 0.48 325 0.83 0.28
Hex 84 C 52 0 5B 26 30 145 53 1C
Octal 204 14 122 0 133 46 60 505 123 34
Binary 10000100 1100 1010010 0 1011011 100110 110000 101000101 1010011 11100

Color Harmonies of #840C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C52

Black with #840C52

Text Example


Text Example

White with #840C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840C52; }

 p { color: rgb(132,12,82); }

 H1.HeaderClassName
 {
   color: #840C52;
 }
 .AnyTagClassName
 {
   color: #840C52;
 }
</style>

background-color css

<style>
 a { background-color: #840C52; }

 a { background-color: rgb(132,12,82); }

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

border-color css

<style>
 span { border-color: #840C52; }

 span { border-color: rgb(132,12,82); }

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