Html Css Color HEX #95356E Rouge

📋 copy color: '#95356E'

red 149 ◦ green 53 ◦ blue 110

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

Shades of Rouge #95356E

Tints of Rouge #95356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 47.76%
G = 16.99%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95356E (or 0x95356E) is known color: Rouge. HEX triplet: 95, 35 and 6E. RGB value is (149,53,110). Sum of RGB (Red+Green+Blue) = 149+53+110=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356E is #6ACA91. Grayscale: #585858. Windows color (decimal): -6998674 or 7222677. OLE color: 7222677.

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

Color convert

RGB 149 53 110 -
CMYK 0 0.64 0.26 0.42
HSL 324.38º 0.48% 0.4% -
HSV(B) 324.38º 0.64% 0.58% -
XYZ 16.48 10.06 15.83 -
YUV 88.2 140.3 171.37 -
System Red Green Blue C M Y K H S L
Decimal 149 53 110 0 0.64 0.26 0.42 324.38 0.48 0.4
Hex 95 35 6E 0 40 1A 2A 144 30 28
Octal 225 65 156 0 100 32 52 504 60 50
Binary 10010101 110101 1101110 0 1000000 11010 101010 101000100 110000 101000

Color Harmonies of #95356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95356E

Black with #95356E

Text Example


Text Example

White with #95356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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