Html Css Color HEX #9B4473 Rouge

📋 copy color: '#9B4473'

red 155 ◦ green 68 ◦ blue 115

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

Shades of Rouge #9B4473

Tints of Rouge #9B4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 45.86%
G = 20.12%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B4473 (or 0x9B4473) is known color: Rouge. HEX triplet: 9B, 44 and 73. RGB value is (155,68,115). Sum of RGB (Red+Green+Blue) = 155+68+115=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4473 is #64BB8C. Grayscale: #636363. Windows color (decimal): -6601613 or 7554203. OLE color: 7554203.

HSL color Cylindrical-coordinate representation of color #9B4473: hue angle of 327.59º 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 #9B4473 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 68 115 -
CMYK 0 0.56 0.26 0.39
HSL 327.59º 0.39% 0.44% -
HSV(B) 327.59º 0.56% 0.61% -
XYZ 18.68 12.34 17.62 -
YUV 99.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 155 68 115 0 0.56 0.26 0.39 327.59 0.39 0.44
Hex 9B 44 73 0 38 1A 27 148 27 2C
Octal 233 104 163 0 70 32 47 510 47 54
Binary 10011011 1000100 1110011 0 111000 11010 100111 101001000 100111 101100

Color Harmonies of #9B4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4473

Black with #9B4473

Text Example


Text Example

White with #9B4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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