Html Css Color HEX #9F3672 Rouge

📋 copy color: '#9F3672'

red 159 ◦ green 54 ◦ blue 114

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

Shades of Rouge #9F3672

Tints of Rouge #9F3672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 48.62%
G = 16.51%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F3672 (or 0x9F3672) is known color: Rouge. HEX triplet: 9F, 36 and 72. RGB value is (159,54,114). Sum of RGB (Red+Green+Blue) = 159+54+114=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 54 (21.48% from 255 or 16.51% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3672 is #60C98D. Grayscale: #5C5C5C. Windows color (decimal): -6343054 or 7485087. OLE color: 7485087.

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

Color convert

RGB 159 54 114 -
CMYK 0 0.66 0.28 0.38
HSL 325.71º 0.49% 0.42% -
HSV(B) 325.71º 0.66% 0.62% -
XYZ 18.65 11.22 17.1 -
YUV 92.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 159 54 114 0 0.66 0.28 0.38 325.71 0.49 0.42
Hex 9F 36 72 0 42 1C 26 146 31 2A
Octal 237 66 162 0 102 34 46 506 61 52
Binary 10011111 110110 1110010 0 1000010 11100 100110 101000110 110001 101010

Color Harmonies of #9F3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3672

Black with #9F3672

Text Example


Text Example

White with #9F3672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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