#99467A

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

Shades of Royal Heath #99467A

Tints of Royal Heath #99467A

Color information

#99467A (or 0x99467A) is unknown color: approx Royal Heath. HEX triplet: 99, 46 and 7A. RGB value is (153,70,122). Sum of RGB (Red+Green+Blue) = 153+70+122=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467A is #66B985. Grayscale: #646464. Windows color (decimal): -6732166 or 8013465. OLE color: 8013465.

HSL color Cylindrical-coordinate representation of color #99467A: hue angle of 322.41º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99467A is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15370122-
CMYK00.540.200.4
HSL322.41º37.22%43.73%-
HSV(B)322.41º54.25%60%-
XYZ18.8412.5619.84-
YUV100.74140165.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=44.35%
G=20.29%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1537012200.540.200.4322.4137.2243.73
Hex99467A0361428142252c
Octal23110617206624505024554
Binary1001100110001101111010011011010100101000101000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99467A; }

 p { color: rgb(153,70,122); }

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

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

 a { background-color: rgb(153,70,122); }

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

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

 span { border-color: rgb(153,70,122); }

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