Html Css Color HEX #9F3872 Rouge

📋 copy color: '#9F3872'

red 159 ◦ green 56 ◦ blue 114

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

Shades of Rouge #9F3872

Tints of Rouge #9F3872

RGB

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

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

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

R = 48.33%
G = 17.02%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F3872 (or 0x9F3872) is known color: Rouge. HEX triplet: 9F, 38 and 72. RGB value is (159,56,114). Sum of RGB (Red+Green+Blue) = 159+56+114=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3872 is #60C78D. Grayscale: #5D5D5D. Windows color (decimal): -6342542 or 7485599. OLE color: 7485599.

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

Color convert

RGB 159 56 114 -
CMYK 0 0.65 0.28 0.38
HSL 326.21º 0.48% 0.42% -
HSV(B) 326.21º 0.65% 0.62% -
XYZ 18.75 11.41 17.13 -
YUV 93.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 159 56 114 0 0.65 0.28 0.38 326.21 0.48 0.42
Hex 9F 38 72 0 41 1C 26 146 30 2A
Octal 237 70 162 0 101 34 46 506 60 52
Binary 10011111 111000 1110010 0 1000001 11100 100110 101000110 110000 101010

Color Harmonies of #9F3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3872

Black with #9F3872

Text Example


Text Example

White with #9F3872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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