Html Css Color HEX #9F3863 Rouge

📋 copy color: '#9F3863'

red 159 ◦ green 56 ◦ blue 99

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

Shades of Rouge #9F3863

Tints of Rouge #9F3863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 50.64%
G = 17.83%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9F3863 (or 0x9F3863) is known color: Rouge. HEX triplet: 9F, 38 and 63. RGB value is (159,56,99). Sum of RGB (Red+Green+Blue) = 159+56+99=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3863 is #60C79C. Grayscale: #5B5B5B. Windows color (decimal): -6342557 or 6502559. OLE color: 6502559.

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

Color convert

RGB 159 56 99 -
CMYK 0 0.65 0.38 0.38
HSL 334.95º 0.48% 0.42% -
HSV(B) 334.95º 0.65% 0.62% -
XYZ 17.96 11.1 13 -
YUV 91.7 132.12 176 -
System Red Green Blue C M Y K H S L
Decimal 159 56 99 0 0.65 0.38 0.38 334.95 0.48 0.42
Hex 9F 38 63 0 41 26 26 14F 30 2A
Octal 237 70 143 0 101 46 46 517 60 52
Binary 10011111 111000 1100011 0 1000001 100110 100110 101001111 110000 101010

Color Harmonies of #9F3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3863

Black with #9F3863

Text Example


Text Example

White with #9F3863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,56,99); }

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

background-color css

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

 a { background-color: rgb(159,56,99); }

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

border-color css

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

 span { border-color: rgb(159,56,99); }

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