Html Css Color HEX #9B4172 Rouge

📋 copy color: '#9B4172'

red 155 ◦ green 65 ◦ blue 114

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

Shades of Rouge #9B4172

Tints of Rouge #9B4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

 BLUE value IS 114 (44.92% from 255) = 34.13%

R = 46.41%
G = 19.46%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B4172 (or 0x9B4172) is known color: Rouge. HEX triplet: 9B, 41 and 72. RGB value is (155,65,114). Sum of RGB (Red+Green+Blue) = 155+65+114=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4172 is #64BE8D. Grayscale: #616161. Windows color (decimal): -6602382 or 7487899. OLE color: 7487899.

HSL color Cylindrical-coordinate representation of color #9B4172: hue angle of 327.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4172 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 114 -
CMYK 0 0.58 0.26 0.39
HSL 327.33º 0.41% 0.43% -
HSV(B) 327.33º 0.58% 0.61% -
XYZ 18.45 11.96 17.26 -
YUV 97.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 155 65 114 0 0.58 0.26 0.39 327.33 0.41 0.43
Hex 9B 41 72 0 3A 1A 27 147 29 2B
Octal 233 101 162 0 72 32 47 507 51 53
Binary 10011011 1000001 1110010 0 111010 11010 100111 101000111 101001 101011

Color Harmonies of #9B4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4172

Black with #9B4172

Text Example


Text Example

White with #9B4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,114); }

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

background-color css

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

 a { background-color: rgb(155,65,114); }

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

border-color css

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

 span { border-color: rgb(155,65,114); }

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