Html Css Color HEX #9B3970 Rouge

📋 copy color: '#9B3970'

red 155 ◦ green 57 ◦ blue 112

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

Shades of Rouge #9B3970

Tints of Rouge #9B3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 47.84%
G = 17.59%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B3970 (or 0x9B3970) is known color: Rouge. HEX triplet: 9B, 39 and 70. RGB value is (155,57,112). Sum of RGB (Red+Green+Blue) = 155+57+112=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3970 is #64C68F. Grayscale: #5C5C5C. Windows color (decimal): -6604432 or 7354779. OLE color: 7354779.

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

Color convert

RGB 155 57 112 -
CMYK 0 0.63 0.28 0.39
HSL 326.33º 0.46% 0.42% -
HSV(B) 326.33º 0.63% 0.61% -
XYZ 17.91 11.06 16.52 -
YUV 92.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 155 57 112 0 0.63 0.28 0.39 326.33 0.46 0.42
Hex 9B 39 70 0 3F 1C 27 146 2E 2A
Octal 233 71 160 0 77 34 47 506 56 52
Binary 10011011 111001 1110000 0 111111 11100 100111 101000110 101110 101010

Color Harmonies of #9B3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3970

Black with #9B3970

Text Example


Text Example

White with #9B3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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