Html Css Color HEX #9B376A Rouge

📋 copy color: '#9B376A'

red 155 ◦ green 55 ◦ blue 106

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

Shades of Rouge #9B376A

Tints of Rouge #9B376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 49.05%
G = 17.41%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B376A (or 0x9B376A) is known color: Rouge. HEX triplet: 9B, 37 and 6A. RGB value is (155,55,106). Sum of RGB (Red+Green+Blue) = 155+55+106=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B376A is #64C895. Grayscale: #5A5A5A. Windows color (decimal): -6604950 or 6961051. OLE color: 6961051.

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

Color convert

RGB 155 55 106 -
CMYK 0 0.65 0.32 0.39
HSL 329.4º 0.48% 0.41% -
HSV(B) 329.4º 0.65% 0.61% -
XYZ 17.49 10.74 14.79 -
YUV 90.71 136.63 173.85 -
System Red Green Blue C M Y K H S L
Decimal 155 55 106 0 0.65 0.32 0.39 329.4 0.48 0.41
Hex 9B 37 6A 0 41 20 27 149 30 29
Octal 233 67 152 0 101 40 47 511 60 51
Binary 10011011 110111 1101010 0 1000001 100000 100111 101001001 110000 101001

Color Harmonies of #9B376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B376A

Black with #9B376A

Text Example


Text Example

White with #9B376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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