Html Css Color HEX #9B3372 Rouge

📋 copy color: '#9B3372'

red 155 ◦ green 51 ◦ blue 114

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

Shades of Rouge #9B3372

Tints of Rouge #9B3372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.94%

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

R = 48.44%
G = 15.94%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B3372 (or 0x9B3372) is known color: Rouge. HEX triplet: 9B, 33 and 72. RGB value is (155,51,114). Sum of RGB (Red+Green+Blue) = 155+51+114=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3372 is #64CC8D. Grayscale: #595959. Windows color (decimal): -6605966 or 7484315. OLE color: 7484315.

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

Color convert

RGB 155 51 114 -
CMYK 0 0.67 0.26 0.39
HSL 323.65º 0.5% 0.4% -
HSV(B) 323.65º 0.67% 0.61% -
XYZ 17.74 10.55 17.02 -
YUV 89.28 141.96 174.88 -
System Red Green Blue C M Y K H S L
Decimal 155 51 114 0 0.67 0.26 0.39 323.65 0.5 0.4
Hex 9B 33 72 0 43 1A 27 144 32 28
Octal 233 63 162 0 103 32 47 504 62 50
Binary 10011011 110011 1110010 0 1000011 11010 100111 101000100 110010 101000

Color Harmonies of #9B3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3372

Black with #9B3372

Text Example


Text Example

White with #9B3372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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