Html Css Color HEX #9C4579 Royal Heath

📋 copy color: '#9C4579'

red 156 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #9C4579

Tints of Royal Heath #9C4579

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

 GREEN value IS 69 (27.34% from 255) = 19.94%

 BLUE value IS 121 (47.66% from 255) = 34.97%

R = 45.09%
G = 19.94%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C4579 (or 0x9C4579) is known color: Royal Heath. HEX triplet: 9C, 45 and 79. RGB value is (156,69,121). Sum of RGB (Red+Green+Blue) = 156+69+121=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4579 is #63BA86. Grayscale: #646464. Windows color (decimal): -6535815 or 7947676. OLE color: 7947676.

HSL color Cylindrical-coordinate representation of color #9C4579: hue angle of 324.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C4579 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 69 121 -
CMYK 0 0.56 0.22 0.39
HSL 324.14º 0.39% 0.44% -
HSV(B) 324.14º 0.56% 0.61% -
XYZ 19.29 12.7 19.52 -
YUV 100.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 156 69 121 0 0.56 0.22 0.39 324.14 0.39 0.44
Hex 9C 45 79 0 38 16 27 144 27 2C
Octal 234 105 171 0 70 26 47 504 47 54
Binary 10011100 1000101 1111001 0 111000 10110 100111 101000100 100111 101100

Color Harmonies of #9C4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4579

Black with #9C4579

Text Example


Text Example

White with #9C4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C4579; }

 p { color: rgb(156,69,121); }

 H1.HeaderClassName
 {
   color: #9C4579;
 }
 .AnyTagClassName
 {
   color: #9C4579;
 }
</style>

background-color css

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

 a { background-color: rgb(156,69,121); }

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

border-color css

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

 span { border-color: rgb(156,69,121); }

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