Html Css Color HEX #9F3675 Rouge

📋 copy color: '#9F3675'

red 159 ◦ green 54 ◦ blue 117

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

Shades of Rouge #9F3675

Tints of Rouge #9F3675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.36%

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 48.18%
G = 16.36%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F3675 (or 0x9F3675) is known color: Rouge. HEX triplet: 9F, 36 and 75. RGB value is (159,54,117). Sum of RGB (Red+Green+Blue) = 159+54+117=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3675 is #60C98A. Grayscale: #5C5C5C. Windows color (decimal): -6343051 or 7681695. OLE color: 7681695.

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

Color convert

RGB 159 54 117 -
CMYK 0 0.66 0.26 0.38
HSL 324º 0.49% 0.42% -
HSV(B) 324º 0.66% 0.62% -
XYZ 18.83 11.29 18.02 -
YUV 92.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 159 54 117 0 0.66 0.26 0.38 324 0.49 0.42
Hex 9F 36 75 0 42 1A 26 144 31 2A
Octal 237 66 165 0 102 32 46 504 61 52
Binary 10011111 110110 1110101 0 1000010 11010 100110 101000100 110001 101010

Color Harmonies of #9F3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3675

Black with #9F3675

Text Example


Text Example

White with #9F3675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,117); }

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

background-color css

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

 a { background-color: rgb(159,54,117); }

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

border-color css

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

 span { border-color: rgb(159,54,117); }

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