Html Css Color HEX #9B3573 Rouge

📋 copy color: '#9B3573'

red 155 ◦ green 53 ◦ blue 115

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

Shades of Rouge #9B3573

Tints of Rouge #9B3573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.41%

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

R = 47.99%
G = 16.41%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B3573 (or 0x9B3573) is known color: Rouge. HEX triplet: 9B, 35 and 73. RGB value is (155,53,115). Sum of RGB (Red+Green+Blue) = 155+53+115=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3573 is #64CA8C. Grayscale: #5A5A5A. Windows color (decimal): -6605453 or 7550363. OLE color: 7550363.

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

Color convert

RGB 155 53 115 -
CMYK 0 0.66 0.26 0.39
HSL 323.53º 0.49% 0.41% -
HSV(B) 323.53º 0.66% 0.61% -
XYZ 17.89 10.75 17.35 -
YUV 90.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 155 53 115 0 0.66 0.26 0.39 323.53 0.49 0.41
Hex 9B 35 73 0 42 1A 27 144 31 29
Octal 233 65 163 0 102 32 47 504 61 51
Binary 10011011 110101 1110011 0 1000010 11010 100111 101000100 110001 101001

Color Harmonies of #9B3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3573

Black with #9B3573

Text Example


Text Example

White with #9B3573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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