Html Css Color HEX #9F3364 Rouge

📋 copy color: '#9F3364'

red 159 ◦ green 51 ◦ blue 100

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

Shades of Rouge #9F3364

Tints of Rouge #9F3364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.45%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 51.29%
G = 16.45%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.38

RGB Variations

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

Color information

#9F3364 (or 0x9F3364) is known color: Rouge. HEX triplet: 9F, 33 and 64. RGB value is (159,51,100). Sum of RGB (Red+Green+Blue) = 159+51+100=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F3364 is #60CC9B. Grayscale: #585858. Windows color (decimal): -6343836 or 6566815. OLE color: 6566815.

HSL color Cylindrical-coordinate representation of color #9F3364: hue angle of 332.78º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F3364 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 100 -
CMYK 0 0.68 0.37 0.38
HSL 332.78º 0.51% 0.41% -
HSV(B) 332.78º 0.68% 0.62% -
XYZ 17.78 10.66 13.18 -
YUV 88.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 159 51 100 0 0.68 0.37 0.38 332.78 0.51 0.41
Hex 9F 33 64 0 44 25 26 14D 33 29
Octal 237 63 144 0 104 45 46 515 63 51
Binary 10011111 110011 1100100 0 1000100 100101 100110 101001101 110011 101001

Color Harmonies of #9F3364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3364

Black with #9F3364

Text Example


Text Example

White with #9F3364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,100); }

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

background-color css

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

 a { background-color: rgb(159,51,100); }

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

border-color css

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

 span { border-color: rgb(159,51,100); }

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