Html Css Color HEX #9B3673 Rouge

📋 copy color: '#9B3673'

red 155 ◦ green 54 ◦ blue 115

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

Shades of Rouge #9B3673

Tints of Rouge #9B3673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 47.84%
G = 16.67%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B3673 (or 0x9B3673) is known color: Rouge. HEX triplet: 9B, 36 and 73. RGB value is (155,54,115). Sum of RGB (Red+Green+Blue) = 155+54+115=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3673 is #64C98C. Grayscale: #5B5B5B. Windows color (decimal): -6605197 or 7550619. OLE color: 7550619.

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

Color convert

RGB 155 54 115 -
CMYK 0 0.65 0.26 0.39
HSL 323.76º 0.48% 0.41% -
HSV(B) 323.76º 0.65% 0.61% -
XYZ 17.93 10.84 17.37 -
YUV 91.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 155 54 115 0 0.65 0.26 0.39 323.76 0.48 0.41
Hex 9B 36 73 0 41 1A 27 144 30 29
Octal 233 66 163 0 101 32 47 504 60 51
Binary 10011011 110110 1110011 0 1000001 11010 100111 101000100 110000 101001

Color Harmonies of #9B3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3673

Black with #9B3673

Text Example


Text Example

White with #9B3673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,115); }

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

background-color css

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

 a { background-color: rgb(155,54,115); }

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

border-color css

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

 span { border-color: rgb(155,54,115); }

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