Html Css Color HEX #9F3862 Rouge

📋 copy color: '#9F3862'

red 159 ◦ green 56 ◦ blue 98

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

Shades of Rouge #9F3862

Tints of Rouge #9F3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 50.8%
G = 17.89%
B = 31.31%

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

#9F3862 (or 0x9F3862) is known color: Rouge. HEX triplet: 9F, 38 and 62. RGB value is (159,56,98). Sum of RGB (Red+Green+Blue) = 159+56+98=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3862 is #60C79D. Grayscale: #5B5B5B. Windows color (decimal): -6342558 or 6437023. OLE color: 6437023.

HSL color Cylindrical-coordinate representation of color #9F3862: hue angle of 335.53º 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 #9F3862 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 56 98 -
CMYK 0 0.65 0.38 0.38
HSL 335.53º 0.48% 0.42% -
HSV(B) 335.53º 0.65% 0.62% -
XYZ 17.92 11.08 12.75 -
YUV 91.59 131.62 176.08 -
System Red Green Blue C M Y K H S L
Decimal 159 56 98 0 0.65 0.38 0.38 335.53 0.48 0.42
Hex 9F 38 62 0 41 26 26 150 30 2A
Octal 237 70 142 0 101 46 46 520 60 52
Binary 10011111 111000 1100010 0 1000001 100110 100110 101010000 110000 101010

Color Harmonies of #9F3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3862

Black with #9F3862

Text Example


Text Example

White with #9F3862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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