#99467B

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

Shades of Royal Heath #99467B

Tints of Royal Heath #99467B

Color information

#99467B (or 0x99467B) is unknown color: approx Royal Heath. HEX triplet: 99, 46 and 7B. RGB value is (153,70,123). Sum of RGB (Red+Green+Blue) = 153+70+123=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467B is #66B984. Grayscale: #646464. Windows color (decimal): -6732165 or 8079001. OLE color: 8079001.

HSL color Cylindrical-coordinate representation of color #99467B: hue angle of 321.69º 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 #99467B is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB15370123-
CMYK00.540.200.4
HSL321.69º37.22%43.73%-
HSV(B)321.69º54.25%60%-
XYZ18.912.5820.17-
YUV100.86140.5165.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=44.22%
G=20.23%
B=35.55%

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
Decimal1537012300.540.200.4321.6937.2243.73
Hex99467B0361428142252c
Octal23110617306624505024554
Binary1001100110001101111011011011010100101000101000010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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