Html Css Color HEX #824076 Eminence

📋 copy color: '#824076'

red 130 ◦ green 64 ◦ blue 118

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

Shades of Eminence #824076

Tints of Eminence #824076

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 41.67%
G = 20.51%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#824076 (or 0x824076) is known color: Eminence. HEX triplet: 82, 40 and 76. RGB value is (130,64,118). Sum of RGB (Red+Green+Blue) = 130+64+118=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #824076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824076 is #7DBF89. Grayscale: #595959. Windows color (decimal): -8241034 or 7749762. OLE color: 7749762.

HSL color Cylindrical-coordinate representation of color #824076: hue angle of 310.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #824076 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 118 -
CMYK 0 0.51 0.09 0.49
HSL 310.91º 0.34% 0.38% -
HSV(B) 310.91º 0.51% 0.51% -
XYZ 14.31 9.72 18.26 -
YUV 89.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 130 64 118 0 0.51 0.09 0.49 310.91 0.34 0.38
Hex 82 40 76 0 33 9 31 137 22 26
Octal 202 100 166 0 63 11 61 467 42 46
Binary 10000010 1000000 1110110 0 110011 1001 110001 100110111 100010 100110

Color Harmonies of #824076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824076

Black with #824076

Text Example


Text Example

White with #824076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824076; }

 p { color: rgb(130,64,118); }

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

background-color css

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

 a { background-color: rgb(130,64,118); }

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

border-color css

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

 span { border-color: rgb(130,64,118); }

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