Html Css Color HEX #824275 Eminence

📋 copy color: '#824275'

red 130 ◦ green 66 ◦ blue 117

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

Shades of Eminence #824275

Tints of Eminence #824275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.09%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 41.53%
G = 21.09%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#824275 (or 0x824275) is known color: Eminence. HEX triplet: 82, 42 and 75. RGB value is (130,66,117). Sum of RGB (Red+Green+Blue) = 130+66+117=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #824275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824275 is #7DBD8A. Grayscale: #5A5A5A. Windows color (decimal): -8240523 or 7684738. OLE color: 7684738.

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

Color convert

RGB 130 66 117 -
CMYK 0 0.49 0.1 0.49
HSL 312.19º 0.33% 0.38% -
HSV(B) 312.19º 0.49% 0.51% -
XYZ 14.37 9.93 17.99 -
YUV 90.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 130 66 117 0 0.49 0.1 0.49 312.19 0.33 0.38
Hex 82 42 75 0 31 A 31 138 21 26
Octal 202 102 165 0 61 12 61 470 41 46
Binary 10000010 1000010 1110101 0 110001 1010 110001 100111000 100001 100110

Color Harmonies of #824275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824275

Black with #824275

Text Example


Text Example

White with #824275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824275; }

 p { color: rgb(130,66,117); }

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

background-color css

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

 a { background-color: rgb(130,66,117); }

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

border-color css

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

 span { border-color: rgb(130,66,117); }

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