Html Css Color HEX #9F466B Rouge

📋 copy color: '#9F466B'

red 159 ◦ green 70 ◦ blue 107

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

Shades of Rouge #9F466B

Tints of Rouge #9F466B

RGB

 RED value IS 159 (62.5% from 255) = 47.32%

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 47.32%
G = 20.83%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F466B (or 0x9F466B) is known color: Rouge. HEX triplet: 9F, 46 and 6B. RGB value is (159,70,107). Sum of RGB (Red+Green+Blue) = 159+70+107=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F466B is #60B994. Grayscale: #646464. Windows color (decimal): -6338965 or 7030431. OLE color: 7030431.

HSL color Cylindrical-coordinate representation of color #9F466B: hue angle of 335.06º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F466B is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 70 107 -
CMYK 0 0.56 0.33 0.38
HSL 335.06º 0.39% 0.45% -
HSV(B) 335.06º 0.56% 0.62% -
XYZ 19.14 12.81 15.37 -
YUV 100.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 159 70 107 0 0.56 0.33 0.38 335.06 0.39 0.45
Hex 9F 46 6B 0 38 21 26 14F 27 2D
Octal 237 106 153 0 70 41 46 517 47 55
Binary 10011111 1000110 1101011 0 111000 100001 100110 101001111 100111 101101

Color Harmonies of #9F466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F466B

Black with #9F466B

Text Example


Text Example

White with #9F466B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,70,107); }

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

background-color css

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

 a { background-color: rgb(159,70,107); }

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

border-color css

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

 span { border-color: rgb(159,70,107); }

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