Html Css Color HEX #9E4265 Rouge

📋 copy color: '#9E4265'

red 158 ◦ green 66 ◦ blue 101

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

Shades of Rouge #9E4265

Tints of Rouge #9E4265

RGB

 RED value IS 158 (62.11% from 255) = 48.62%

 GREEN value IS 66 (26.17% from 255) = 20.31%

 BLUE value IS 101 (39.84% from 255) = 31.08%

R = 48.62%
G = 20.31%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#9E4265 (or 0x9E4265) is known color: Rouge. HEX triplet: 9E, 42 and 65. RGB value is (158,66,101). Sum of RGB (Red+Green+Blue) = 158+66+101=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4265 is #61BD9A. Grayscale: #616161. Windows color (decimal): -6405531 or 6636190. OLE color: 6636190.

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

Color convert

RGB 158 66 101 -
CMYK 0 0.58 0.36 0.38
HSL 337.17º 0.41% 0.44% -
HSV(B) 337.17º 0.58% 0.62% -
XYZ 18.4 12.11 13.68 -
YUV 97.5 129.98 171.15 -
System Red Green Blue C M Y K H S L
Decimal 158 66 101 0 0.58 0.36 0.38 337.17 0.41 0.44
Hex 9E 42 65 0 3A 24 26 151 29 2C
Octal 236 102 145 0 72 44 46 521 51 54
Binary 10011110 1000010 1100101 0 111010 100100 100110 101010001 101001 101100

Color Harmonies of #9E4265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4265

Black with #9E4265

Text Example


Text Example

White with #9E4265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,66,101); }

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

background-color css

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

 a { background-color: rgb(158,66,101); }

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

border-color css

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

 span { border-color: rgb(158,66,101); }

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