Html Css Color HEX #9B3370 Rouge

📋 copy color: '#9B3370'

red 155 ◦ green 51 ◦ blue 112

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

Shades of Rouge #9B3370

Tints of Rouge #9B3370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 48.74%
G = 16.04%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B3370 (or 0x9B3370) is known color: Rouge. HEX triplet: 9B, 33 and 70. RGB value is (155,51,112). Sum of RGB (Red+Green+Blue) = 155+51+112=318 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.74% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3370 is #64CC8F. Grayscale: #585858. Windows color (decimal): -6605968 or 7353243. OLE color: 7353243.

HSL color Cylindrical-coordinate representation of color #9B3370: hue angle of 324.81º 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 #9B3370 is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 51 112 -
CMYK 0 0.67 0.28 0.39
HSL 324.81º 0.5% 0.4% -
HSV(B) 324.81º 0.67% 0.61% -
XYZ 17.63 10.51 16.43 -
YUV 89.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 155 51 112 0 0.67 0.28 0.39 324.81 0.5 0.4
Hex 9B 33 70 0 43 1C 27 145 32 28
Octal 233 63 160 0 103 34 47 505 62 50
Binary 10011011 110011 1110000 0 1000011 11100 100111 101000101 110010 101000

Color Harmonies of #9B3370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3370

Black with #9B3370

Text Example


Text Example

White with #9B3370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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