Html Css Color HEX #9F375D Rouge

📋 copy color: '#9F375D'

red 159 ◦ green 55 ◦ blue 93

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

Shades of Rouge #9F375D

Tints of Rouge #9F375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 51.79%
G = 17.92%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F375D (or 0x9F375D) is known color: Rouge. HEX triplet: 9F, 37 and 5D. RGB value is (159,55,93). Sum of RGB (Red+Green+Blue) = 159+55+93=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F375D is #60C8A2. Grayscale: #5A5A5A. Windows color (decimal): -6342819 or 6109087. OLE color: 6109087.

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

Color convert

RGB 159 55 93 -
CMYK 0 0.65 0.42 0.38
HSL 338.08º 0.49% 0.42% -
HSV(B) 338.08º 0.65% 0.62% -
XYZ 17.64 10.89 11.53 -
YUV 90.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 159 55 93 0 0.65 0.42 0.38 338.08 0.49 0.42
Hex 9F 37 5D 0 41 2A 26 152 31 2A
Octal 237 67 135 0 101 52 46 522 61 52
Binary 10011111 110111 1011101 0 1000001 101010 100110 101010010 110001 101010

Color Harmonies of #9F375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F375D

Black with #9F375D

Text Example


Text Example

White with #9F375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,93); }

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

background-color css

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

 a { background-color: rgb(159,55,93); }

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

border-color css

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

 span { border-color: rgb(159,55,93); }

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