Html Css Color HEX #9B4377 Rouge

📋 copy color: '#9B4377'

red 155 ◦ green 67 ◦ blue 119

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

Shades of Rouge #9B4377

Tints of Rouge #9B4377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 45.45%
G = 19.65%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B4377 (or 0x9B4377) is known color: Rouge. HEX triplet: 9B, 43 and 77. RGB value is (155,67,119). Sum of RGB (Red+Green+Blue) = 155+67+119=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4377 is #64BC88. Grayscale: #636363. Windows color (decimal): -6601865 or 7816091. OLE color: 7816091.

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

Color convert

RGB 155 67 119 -
CMYK 0 0.57 0.23 0.39
HSL 324.55º 0.4% 0.44% -
HSV(B) 324.55º 0.57% 0.61% -
XYZ 18.85 12.31 18.84 -
YUV 99.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 155 67 119 0 0.57 0.23 0.39 324.55 0.4 0.44
Hex 9B 43 77 0 39 17 27 145 28 2C
Octal 233 103 167 0 71 27 47 505 50 54
Binary 10011011 1000011 1110111 0 111001 10111 100111 101000101 101000 101100

Color Harmonies of #9B4377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4377

Black with #9B4377

Text Example


Text Example

White with #9B4377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,67,119); }

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

background-color css

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

 a { background-color: rgb(155,67,119); }

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

border-color css

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

 span { border-color: rgb(155,67,119); }

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