Html Css Color HEX #9B376D Rouge

📋 copy color: '#9B376D'

red 155 ◦ green 55 ◦ blue 109

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

Shades of Rouge #9B376D

Tints of Rouge #9B376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.24%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 48.59%
G = 17.24%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B376D (or 0x9B376D) is known color: Rouge. HEX triplet: 9B, 37 and 6D. RGB value is (155,55,109). Sum of RGB (Red+Green+Blue) = 155+55+109=319 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.59% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 155 - color contains mainly: red. Hex color #9B376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B376D is #64C892. Grayscale: #5A5A5A. Windows color (decimal): -6604947 or 7157659. OLE color: 7157659.

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

Color convert

RGB 155 55 109 -
CMYK 0 0.65 0.30 0.39
HSL 327.6º 0.48% 0.41% -
HSV(B) 327.6º 0.65% 0.61% -
XYZ 17.64 10.81 15.62 -
YUV 91.06 138.13 173.61 -
System Red Green Blue C M Y K H S L
Decimal 155 55 109 0 0.65 0.30 0.39 327.6 0.48 0.41
Hex 9B 37 6D 0 41 1E 27 148 30 29
Octal 233 67 155 0 101 36 47 510 60 51
Binary 10011011 110111 1101101 0 1000001 11110 100111 101001000 110000 101001

Color Harmonies of #9B376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B376D

Black with #9B376D

Text Example


Text Example

White with #9B376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,109); }

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

background-color css

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

 a { background-color: rgb(155,55,109); }

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

border-color css

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

 span { border-color: rgb(155,55,109); }

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