Html Css Color HEX #73476D Eminence

📋 copy color: '#73476D'

red 115 ◦ green 71 ◦ blue 109

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

Shades of Eminence #73476D

Tints of Eminence #73476D

RGB

 RED value IS 115 (45.31% from 255) = 38.98%

 GREEN value IS 71 (28.13% from 255) = 24.07%

 BLUE value IS 109 (42.97% from 255) = 36.95%

R = 38.98%
G = 24.07%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73476D (or 0x73476D) is known color: Eminence. HEX triplet: 73, 47 and 6D. RGB value is (115,71,109). Sum of RGB (Red+Green+Blue) = 115+71+109=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #73476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73476D is #8CB892. Grayscale: #585858. Windows color (decimal): -9222291 or 7161715. OLE color: 7161715.

HSL color Cylindrical-coordinate representation of color #73476D: hue angle of 308.18º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73476D is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 109 -
CMYK 0 0.38 0.05 0.55
HSL 308.18º 0.24% 0.36% -
HSV(B) 308.18º 0.38% 0.45% -
XYZ 12.08 9.26 15.62 -
YUV 88.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 115 71 109 0 0.38 0.05 0.55 308.18 0.24 0.36
Hex 73 47 6D 0 26 5 37 134 18 24
Octal 163 107 155 0 46 5 67 464 30 44
Binary 1110011 1000111 1101101 0 100110 101 110111 100110100 11000 100100

Color Harmonies of #73476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73476D

Black with #73476D

Text Example


Text Example

White with #73476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73476D; }

 p { color: rgb(115,71,109); }

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

background-color css

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

 a { background-color: rgb(115,71,109); }

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

border-color css

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

 span { border-color: rgb(115,71,109); }

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