Html Css Color HEX #9E4375 Rouge

📋 copy color: '#9E4375'

red 158 ◦ green 67 ◦ blue 117

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

Shades of Rouge #9E4375

Tints of Rouge #9E4375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 46.2%
G = 19.59%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9E4375 (or 0x9E4375) is known color: Rouge. HEX triplet: 9E, 43 and 75. RGB value is (158,67,117). Sum of RGB (Red+Green+Blue) = 158+67+117=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4375 is #61BC8A. Grayscale: #636363. Windows color (decimal): -6405259 or 7685022. OLE color: 7685022.

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

Color convert

RGB 158 67 117 -
CMYK 0 0.58 0.26 0.38
HSL 327.03º 0.4% 0.44% -
HSV(B) 327.03º 0.58% 0.62% -
XYZ 19.32 12.57 18.24 -
YUV 99.91 137.65 169.43 -
System Red Green Blue C M Y K H S L
Decimal 158 67 117 0 0.58 0.26 0.38 327.03 0.4 0.44
Hex 9E 43 75 0 3A 1A 26 147 28 2C
Octal 236 103 165 0 72 32 46 507 50 54
Binary 10011110 1000011 1110101 0 111010 11010 100110 101000111 101000 101100

Color Harmonies of #9E4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4375

Black with #9E4375

Text Example


Text Example

White with #9E4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,67,117); }

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

background-color css

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

 a { background-color: rgb(158,67,117); }

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

border-color css

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

 span { border-color: rgb(158,67,117); }

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