Html Css Color HEX #9B3270 Rouge

📋 copy color: '#9B3270'

red 155 ◦ green 50 ◦ blue 112

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

Shades of Rouge #9B3270

Tints of Rouge #9B3270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 48.9%
G = 15.77%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B3270 (or 0x9B3270) is known color: Rouge. HEX triplet: 9B, 32 and 70. RGB value is (155,50,112). Sum of RGB (Red+Green+Blue) = 155+50+112=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3270 is #64CD8F. Grayscale: #585858. Windows color (decimal): -6606224 or 7352987. OLE color: 7352987.

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

Color convert

RGB 155 50 112 -
CMYK 0 0.68 0.28 0.39
HSL 324.57º 0.51% 0.4% -
HSV(B) 324.57º 0.68% 0.61% -
XYZ 17.58 10.42 16.41 -
YUV 88.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 155 50 112 0 0.68 0.28 0.39 324.57 0.51 0.4
Hex 9B 32 70 0 44 1C 27 145 33 28
Octal 233 62 160 0 104 34 47 505 63 50
Binary 10011011 110010 1110000 0 1000100 11100 100111 101000101 110011 101000

Color Harmonies of #9B3270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3270

Black with #9B3270

Text Example


Text Example

White with #9B3270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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