Html Css Color HEX #824074 Eminence

📋 copy color: '#824074'

red 130 ◦ green 64 ◦ blue 116

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

Shades of Eminence #824074

Tints of Eminence #824074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 41.94%
G = 20.65%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#824074 (or 0x824074) is known color: Eminence. HEX triplet: 82, 40 and 74. RGB value is (130,64,116). Sum of RGB (Red+Green+Blue) = 130+64+116=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #824074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824074 is #7DBF8B. Grayscale: #595959. Windows color (decimal): -8241036 or 7618690. OLE color: 7618690.

HSL color Cylindrical-coordinate representation of color #824074: hue angle of 312.73º 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 #824074 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 64 116 -
CMYK 0 0.51 0.11 0.49
HSL 312.73º 0.34% 0.38% -
HSV(B) 312.73º 0.51% 0.51% -
XYZ 14.19 9.67 17.64 -
YUV 89.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 130 64 116 0 0.51 0.11 0.49 312.73 0.34 0.38
Hex 82 40 74 0 33 B 31 139 22 26
Octal 202 100 164 0 63 13 61 471 42 46
Binary 10000010 1000000 1110100 0 110011 1011 110001 100111001 100010 100110

Color Harmonies of #824074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824074

Black with #824074

Text Example


Text Example

White with #824074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824074; }

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

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

background-color css

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

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

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

border-color css

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

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

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