Html Css Color HEX #9B376B Rouge

📋 copy color: '#9B376B'

red 155 ◦ green 55 ◦ blue 107

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

Shades of Rouge #9B376B

Tints of Rouge #9B376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 48.9%
G = 17.35%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B376B (or 0x9B376B) is known color: Rouge. HEX triplet: 9B, 37 and 6B. RGB value is (155,55,107). Sum of RGB (Red+Green+Blue) = 155+55+107=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B376B is #64C894. Grayscale: #5A5A5A. Windows color (decimal): -6604949 or 7026587. OLE color: 7026587.

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

Color convert

RGB 155 55 107 -
CMYK 0 0.65 0.31 0.39
HSL 328.8º 0.48% 0.41% -
HSV(B) 328.8º 0.65% 0.61% -
XYZ 17.54 10.76 15.06 -
YUV 90.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 155 55 107 0 0.65 0.31 0.39 328.8 0.48 0.41
Hex 9B 37 6B 0 41 1F 27 149 30 29
Octal 233 67 153 0 101 37 47 511 60 51
Binary 10011011 110111 1101011 0 1000001 11111 100111 101001001 110000 101001

Color Harmonies of #9B376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B376B

Black with #9B376B

Text Example


Text Example

White with #9B376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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