Html Css Color HEX #99477A Royal Heath

📋 copy color: '#99477A'

red 153 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #99477A

Tints of Royal Heath #99477A

RGB

 RED value IS 153 (60.16% from 255) = 44.22%

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

 BLUE value IS 122 (48.05% from 255) = 35.26%

R = 44.22%
G = 20.52%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99477A (or 0x99477A) is known color: Royal Heath. HEX triplet: 99, 47 and 7A. RGB value is (153,71,122). Sum of RGB (Red+Green+Blue) = 153+71+122=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99477A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99477A is #66B885. Grayscale: #656565. Windows color (decimal): -6731910 or 8013721. OLE color: 8013721.

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

Color convert

RGB 153 71 122 -
CMYK 0 0.54 0.20 0.4
HSL 322.68º 0.37% 0.44% -
HSV(B) 322.68º 0.54% 0.6% -
XYZ 18.9 12.68 19.86 -
YUV 101.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 153 71 122 0 0.54 0.20 0.4 322.68 0.37 0.44
Hex 99 47 7A 0 36 14 28 143 25 2C
Octal 231 107 172 0 66 24 50 503 45 54
Binary 10011001 1000111 1111010 0 110110 10100 101000 101000011 100101 101100

Color Harmonies of #99477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99477A

Black with #99477A

Text Example


Text Example

White with #99477A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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