Html Css Color HEX #9F4373 Rouge

📋 copy color: '#9F4373'

red 159 ◦ green 67 ◦ blue 115

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

Shades of Rouge #9F4373

Tints of Rouge #9F4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 46.63%
G = 19.65%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9F4373 (or 0x9F4373) is known color: Rouge. HEX triplet: 9F, 43 and 73. RGB value is (159,67,115). Sum of RGB (Red+Green+Blue) = 159+67+115=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F4373 is #60BC8C. Grayscale: #636363. Windows color (decimal): -6339725 or 7553951. OLE color: 7553951.

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

Color convert

RGB 159 67 115 -
CMYK 0 0.58 0.28 0.38
HSL 328.7º 0.41% 0.44% -
HSV(B) 328.7º 0.58% 0.62% -
XYZ 19.4 12.62 17.63 -
YUV 99.98 136.48 170.1 -
System Red Green Blue C M Y K H S L
Decimal 159 67 115 0 0.58 0.28 0.38 328.7 0.41 0.44
Hex 9F 43 73 0 3A 1C 26 149 29 2C
Octal 237 103 163 0 72 34 46 511 51 54
Binary 10011111 1000011 1110011 0 111010 11100 100110 101001001 101001 101100

Color Harmonies of #9F4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4373

Black with #9F4373

Text Example


Text Example

White with #9F4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,67,115); }

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

background-color css

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

 a { background-color: rgb(159,67,115); }

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

border-color css

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

 span { border-color: rgb(159,67,115); }

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