Html Css Color HEX #9B326A Rouge

📋 copy color: '#9B326A'

red 155 ◦ green 50 ◦ blue 106

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

Shades of Rouge #9B326A

Tints of Rouge #9B326A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 49.84%
G = 16.08%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B326A (or 0x9B326A) is known color: Rouge. HEX triplet: 9B, 32 and 6A. RGB value is (155,50,106). Sum of RGB (Red+Green+Blue) = 155+50+106=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B326A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B326A is #64CD95. Grayscale: #575757. Windows color (decimal): -6606230 or 6959771. OLE color: 6959771.

HSL color Cylindrical-coordinate representation of color #9B326A: hue angle of 328º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B326A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 106 -
CMYK 0 0.68 0.32 0.39
HSL 328º 0.51% 0.4% -
HSV(B) 328º 0.68% 0.61% -
XYZ 17.26 10.29 14.71 -
YUV 87.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 155 50 106 0 0.68 0.32 0.39 328 0.51 0.4
Hex 9B 32 6A 0 44 20 27 148 33 28
Octal 233 62 152 0 104 40 47 510 63 50
Binary 10011011 110010 1101010 0 1000100 100000 100111 101001000 110011 101000

Color Harmonies of #9B326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B326A

Black with #9B326A

Text Example


Text Example

White with #9B326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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