Html Css Color HEX #9B386F Rouge

📋 copy color: '#9B386F'

red 155 ◦ green 56 ◦ blue 111

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

Shades of Rouge #9B386F

Tints of Rouge #9B386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 48.14%
G = 17.39%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B386F (or 0x9B386F) is known color: Rouge. HEX triplet: 9B, 38 and 6F. RGB value is (155,56,111). Sum of RGB (Red+Green+Blue) = 155+56+111=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B386F is #64C790. Grayscale: #5B5B5B. Windows color (decimal): -6604689 or 7288987. OLE color: 7288987.

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

Color convert

RGB 155 56 111 -
CMYK 0 0.64 0.28 0.39
HSL 326.67º 0.47% 0.41% -
HSV(B) 326.67º 0.64% 0.61% -
XYZ 17.8 10.94 16.21 -
YUV 91.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 155 56 111 0 0.64 0.28 0.39 326.67 0.47 0.41
Hex 9B 38 6F 0 40 1C 27 147 2F 29
Octal 233 70 157 0 100 34 47 507 57 51
Binary 10011011 111000 1101111 0 1000000 11100 100111 101000111 101111 101001

Color Harmonies of #9B386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B386F

Black with #9B386F

Text Example


Text Example

White with #9B386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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