Html Css Color HEX #9B3D71 Rouge

📋 copy color: '#9B3D71'

red 155 ◦ green 61 ◦ blue 113

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

Shades of Rouge #9B3D71

Tints of Rouge #9B3D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 47.11%
G = 18.54%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B3D71 (or 0x9B3D71) is known color: Rouge. HEX triplet: 9B, 3D and 71. RGB value is (155,61,113). Sum of RGB (Red+Green+Blue) = 155+61+113=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D71 is #64C28E. Grayscale: #5E5E5E. Windows color (decimal): -6603407 or 7421339. OLE color: 7421339.

HSL color Cylindrical-coordinate representation of color #9B3D71: hue angle of 326.81º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3D71 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 61 113 -
CMYK 0 0.61 0.27 0.39
HSL 326.81º 0.44% 0.42% -
HSV(B) 326.81º 0.61% 0.61% -
XYZ 18.17 11.5 16.88 -
YUV 95.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 155 61 113 0 0.61 0.27 0.39 326.81 0.44 0.42
Hex 9B 3D 71 0 3D 1B 27 147 2C 2A
Octal 233 75 161 0 75 33 47 507 54 52
Binary 10011011 111101 1110001 0 111101 11011 100111 101000111 101100 101010

Color Harmonies of #9B3D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3D71

Black with #9B3D71

Text Example


Text Example

White with #9B3D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,61,113); }

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

background-color css

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

 a { background-color: rgb(155,61,113); }

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

border-color css

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

 span { border-color: rgb(155,61,113); }

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