Html Css Color HEX #9B4572 Rouge

📋 copy color: '#9B4572'

red 155 ◦ green 69 ◦ blue 114

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

Shades of Rouge #9B4572

Tints of Rouge #9B4572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

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

R = 45.86%
G = 20.41%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B4572 (or 0x9B4572) is known color: Rouge. HEX triplet: 9B, 45 and 72. RGB value is (155,69,114). Sum of RGB (Red+Green+Blue) = 155+69+114=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B4572 is #64BA8D. Grayscale: #636363. Windows color (decimal): -6601358 or 7488923. OLE color: 7488923.

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

Color convert

RGB 155 69 114 -
CMYK 0 0.55 0.26 0.39
HSL 328.6º 0.38% 0.44% -
HSV(B) 328.6º 0.55% 0.61% -
XYZ 18.68 12.44 17.34 -
YUV 99.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 155 69 114 0 0.55 0.26 0.39 328.6 0.38 0.44
Hex 9B 45 72 0 37 1A 27 149 26 2C
Octal 233 105 162 0 67 32 47 511 46 54
Binary 10011011 1000101 1110010 0 110111 11010 100111 101001001 100110 101100

Color Harmonies of #9B4572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4572

Black with #9B4572

Text Example


Text Example

White with #9B4572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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