Html Css Color HEX #9F3C6B Rouge

📋 copy color: '#9F3C6B'

red 159 ◦ green 60 ◦ blue 107

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

Shades of Rouge #9F3C6B

Tints of Rouge #9F3C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 48.77%
G = 18.4%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9F3C6B (or 0x9F3C6B) is known color: Rouge. HEX triplet: 9F, 3C and 6B. RGB value is (159,60,107). Sum of RGB (Red+Green+Blue) = 159+60+107=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3C6B is #60C394. Grayscale: #5E5E5E. Windows color (decimal): -6341525 or 7027871. OLE color: 7027871.

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

Color convert

RGB 159 60 107 -
CMYK 0 0.62 0.33 0.38
HSL 331.52º 0.45% 0.43% -
HSV(B) 331.52º 0.62% 0.62% -
XYZ 18.57 11.66 15.18 -
YUV 94.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 159 60 107 0 0.62 0.33 0.38 331.52 0.45 0.43
Hex 9F 3C 6B 0 3E 21 26 14C 2D 2B
Octal 237 74 153 0 76 41 46 514 55 53
Binary 10011111 111100 1101011 0 111110 100001 100110 101001100 101101 101011

Color Harmonies of #9F3C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3C6B

Black with #9F3C6B

Text Example


Text Example

White with #9F3C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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