Html Css Color HEX #9B366F Rouge

📋 copy color: '#9B366F'

red 155 ◦ green 54 ◦ blue 111

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

Shades of Rouge #9B366F

Tints of Rouge #9B366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

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

R = 48.44%
G = 16.88%
B = 34.69%

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

#9B366F (or 0x9B366F) is known color: Rouge. HEX triplet: 9B, 36 and 6F. RGB value is (155,54,111). Sum of RGB (Red+Green+Blue) = 155+54+111=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B366F is #64C990. Grayscale: #5A5A5A. Windows color (decimal): -6605201 or 7288475. OLE color: 7288475.

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

Color convert

RGB 155 54 111 -
CMYK 0 0.65 0.28 0.39
HSL 326.14º 0.48% 0.41% -
HSV(B) 326.14º 0.65% 0.61% -
XYZ 17.71 10.75 16.18 -
YUV 90.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 155 54 111 0 0.65 0.28 0.39 326.14 0.48 0.41
Hex 9B 36 6F 0 41 1C 27 146 30 29
Octal 233 66 157 0 101 34 47 506 60 51
Binary 10011011 110110 1101111 0 1000001 11100 100111 101000110 110000 101001

Color Harmonies of #9B366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B366F

Black with #9B366F

Text Example


Text Example

White with #9B366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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