Html Css Color HEX #9B386A Rouge

📋 copy color: '#9B386A'

red 155 ◦ green 56 ◦ blue 106

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

Shades of Rouge #9B386A

Tints of Rouge #9B386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 48.9%
G = 17.67%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B386A (or 0x9B386A) is known color: Rouge. HEX triplet: 9B, 38 and 6A. RGB value is (155,56,106). Sum of RGB (Red+Green+Blue) = 155+56+106=317 (41% of max value = 765). Red value is 155 (60.94% from 255 or 48.90% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 155 - color contains mainly: red. Hex color #9B386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B386A is #64C795. Grayscale: #5B5B5B. Windows color (decimal): -6604694 or 6961307. OLE color: 6961307.

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

Color convert

RGB 155 56 106 -
CMYK 0 0.64 0.32 0.39
HSL 329.7º 0.47% 0.41% -
HSV(B) 329.7º 0.64% 0.61% -
XYZ 17.53 10.84 14.8 -
YUV 91.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 155 56 106 0 0.64 0.32 0.39 329.7 0.47 0.41
Hex 9B 38 6A 0 40 20 27 14A 2F 29
Octal 233 70 152 0 100 40 47 512 57 51
Binary 10011011 111000 1101010 0 1000000 100000 100111 101001010 101111 101001

Color Harmonies of #9B386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B386A

Black with #9B386A

Text Example


Text Example

White with #9B386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,106); }

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

background-color css

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

 a { background-color: rgb(155,56,106); }

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

border-color css

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

 span { border-color: rgb(155,56,106); }

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