#a74d73

Color #A74D73 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #A74D73

Tints of Royal Heath #A74D73

Color information

#A74D73 (or 0xA74D73) is unknown color: approx Royal Heath. HEX triplet: A7, 4D and 73. RGB value is (167,77,115). Sum of RGB (Red+Green+Blue) = 167+77+115=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74D73 is #58B28C. Grayscale: #6C6C6C. Windows color (decimal): -5812877 or 7556519. OLE color: 7556519.

HSL color Cylindrical-coordinate representation of color #A74D73: hue angle of 334.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74D73 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16777115-
CMYK00.540.310.35
HSL334.67º36.89%47.84%-
HSV(B)334.67º53.89%65.49%-
XYZ21.6814.7617.93-
YUV108.24131.82169.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=46.52%
G=21.45%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677711500.540.310.35334.6736.8947.84
HexA74D730361F2314f2530
Octal24711516306637435174560
Binary1010011110011011110011011011011111100011101001111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74d73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74d73; }

 p { color: rgb(167,77,115); }

 H1.HeaderClassName
 {
   color: #a74d73;
 }
 .AnyTagClassName
 {
   color: #a74d73;
 }
</style>
background-color css

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

 a { background-color: rgb(167,77,115); }

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

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

 span { border-color: rgb(167,77,115); }

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