Html Css Color HEX #9B376F Rouge

📋 copy color: '#9B376F'

red 155 ◦ green 55 ◦ blue 111

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

Shades of Rouge #9B376F

Tints of Rouge #9B376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 48.29%
G = 17.13%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B376F (or 0x9B376F) is known color: Rouge. HEX triplet: 9B, 37 and 6F. RGB value is (155,55,111). Sum of RGB (Red+Green+Blue) = 155+55+111=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B376F is #64C890. Grayscale: #5B5B5B. Windows color (decimal): -6604945 or 7288731. OLE color: 7288731.

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

Color convert

RGB 155 55 111 -
CMYK 0 0.65 0.28 0.39
HSL 326.4º 0.48% 0.41% -
HSV(B) 326.4º 0.65% 0.61% -
XYZ 17.75 10.85 16.2 -
YUV 91.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 155 55 111 0 0.65 0.28 0.39 326.4 0.48 0.41
Hex 9B 37 6F 0 41 1C 27 146 30 29
Octal 233 67 157 0 101 34 47 506 60 51
Binary 10011011 110111 1101111 0 1000001 11100 100111 101000110 110000 101001

Color Harmonies of #9B376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B376F

Black with #9B376F

Text Example


Text Example

White with #9B376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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