Html Css Color HEX #824273 Eminence

📋 copy color: '#824273'

red 130 ◦ green 66 ◦ blue 115

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

Shades of Eminence #824273

Tints of Eminence #824273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 41.8%
G = 21.22%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#824273 (or 0x824273) is known color: Eminence. HEX triplet: 82, 42 and 73. RGB value is (130,66,115). Sum of RGB (Red+Green+Blue) = 130+66+115=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #824273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824273 is #7DBD8C. Grayscale: #5A5A5A. Windows color (decimal): -8240525 or 7553666. OLE color: 7553666.

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

Color convert

RGB 130 66 115 -
CMYK 0 0.49 0.12 0.49
HSL 314.06º 0.33% 0.38% -
HSV(B) 314.06º 0.49% 0.51% -
XYZ 14.25 9.88 17.38 -
YUV 90.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 130 66 115 0 0.49 0.12 0.49 314.06 0.33 0.38
Hex 82 42 73 0 31 C 31 13A 21 26
Octal 202 102 163 0 61 14 61 472 41 46
Binary 10000010 1000010 1110011 0 110001 1100 110001 100111010 100001 100110

Color Harmonies of #824273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824273

Black with #824273

Text Example


Text Example

White with #824273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824273; }

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

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

background-color css

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

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

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

border-color css

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

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

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