Html Css Color HEX #95376E Rouge

📋 copy color: '#95376E'

red 149 ◦ green 55 ◦ blue 110

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

Shades of Rouge #95376E

Tints of Rouge #95376E

RGB

 RED value IS 149 (58.59% from 255) = 47.45%

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

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 47.45%
G = 17.52%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95376E (or 0x95376E) is known color: Rouge. HEX triplet: 95, 37 and 6E. RGB value is (149,55,110). Sum of RGB (Red+Green+Blue) = 149+55+110=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95376E is #6AC891. Grayscale: #595959. Windows color (decimal): -6998162 or 7223189. OLE color: 7223189.

HSL color Cylindrical-coordinate representation of color #95376E: hue angle of 324.89º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95376E is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 110 -
CMYK 0 0.63 0.26 0.42
HSL 324.89º 0.46% 0.4% -
HSV(B) 324.89º 0.63% 0.58% -
XYZ 16.58 10.25 15.86 -
YUV 89.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 149 55 110 0 0.63 0.26 0.42 324.89 0.46 0.4
Hex 95 37 6E 0 3F 1A 2A 145 2E 28
Octal 225 67 156 0 77 32 52 505 56 50
Binary 10010101 110111 1101110 0 111111 11010 101010 101000101 101110 101000

Color Harmonies of #95376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95376E

Black with #95376E

Text Example


Text Example

White with #95376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95376E; }

 p { color: rgb(149,55,110); }

 H1.HeaderClassName
 {
   color: #95376E;
 }
 .AnyTagClassName
 {
   color: #95376E;
 }
</style>

background-color css

<style>
 a { background-color: #95376E; }

 a { background-color: rgb(149,55,110); }

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

border-color css

<style>
 span { border-color: #95376E; }

 span { border-color: rgb(149,55,110); }

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