Html Css Color HEX #9B416B Rouge

📋 copy color: '#9B416B'

red 155 ◦ green 65 ◦ blue 107

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

Shades of Rouge #9B416B

Tints of Rouge #9B416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

 BLUE value IS 107 (42.19% from 255) = 32.72%

R = 47.4%
G = 19.88%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B416B (or 0x9B416B) is known color: Rouge. HEX triplet: 9B, 41 and 6B. RGB value is (155,65,107). Sum of RGB (Red+Green+Blue) = 155+65+107=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B416B is #64BE94. Grayscale: #606060. Windows color (decimal): -6602389 or 7029147. OLE color: 7029147.

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

Color convert

RGB 155 65 107 -
CMYK 0 0.58 0.31 0.39
HSL 332º 0.41% 0.43% -
HSV(B) 332º 0.58% 0.61% -
XYZ 18.06 11.81 15.24 -
YUV 96.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 155 65 107 0 0.58 0.31 0.39 332 0.41 0.43
Hex 9B 41 6B 0 3A 1F 27 14C 29 2B
Octal 233 101 153 0 72 37 47 514 51 53
Binary 10011011 1000001 1101011 0 111010 11111 100111 101001100 101001 101011

Color Harmonies of #9B416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B416B

Black with #9B416B

Text Example


Text Example

White with #9B416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,107); }

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

background-color css

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

 a { background-color: rgb(155,65,107); }

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

border-color css

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

 span { border-color: rgb(155,65,107); }

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