Html Css Color HEX #9B4573 Rouge

📋 copy color: '#9B4573'

red 155 ◦ green 69 ◦ blue 115

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

Shades of Rouge #9B4573

Tints of Rouge #9B4573

RGB

 RED value IS 155 (60.94% from 255) = 45.72%

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

 BLUE value IS 115 (45.31% from 255) = 33.92%

R = 45.72%
G = 20.35%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B4573 (or 0x9B4573) is known color: Rouge. HEX triplet: 9B, 45 and 73. RGB value is (155,69,115). Sum of RGB (Red+Green+Blue) = 155+69+115=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4573 is #64BA8C. Grayscale: #636363. Windows color (decimal): -6601357 or 7554459. OLE color: 7554459.

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

Color convert

RGB 155 69 115 -
CMYK 0 0.55 0.26 0.39
HSL 327.91º 0.38% 0.44% -
HSV(B) 327.91º 0.55% 0.61% -
XYZ 18.74 12.46 17.64 -
YUV 99.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 155 69 115 0 0.55 0.26 0.39 327.91 0.38 0.44
Hex 9B 45 73 0 37 1A 27 148 26 2C
Octal 233 105 163 0 67 32 47 510 46 54
Binary 10011011 1000101 1110011 0 110111 11010 100111 101001000 100110 101100

Color Harmonies of #9B4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4573

Black with #9B4573

Text Example


Text Example

White with #9B4573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,69,115); }

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

background-color css

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

 a { background-color: rgb(155,69,115); }

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

border-color css

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

 span { border-color: rgb(155,69,115); }

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