Html Css Color HEX #95386F Rouge

📋 copy color: '#95386F'

red 149 ◦ green 56 ◦ blue 111

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

Shades of Rouge #95386F

Tints of Rouge #95386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 47.15%
G = 17.72%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95386F (or 0x95386F) is known color: Rouge. HEX triplet: 95, 38 and 6F. RGB value is (149,56,111). Sum of RGB (Red+Green+Blue) = 149+56+111=316 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.15% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 149 - color contains mainly: red. Hex color #95386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95386F is #6AC790. Grayscale: #595959. Windows color (decimal): -6997905 or 7288981. OLE color: 7288981.

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

Color convert

RGB 149 56 111 -
CMYK 0 0.62 0.26 0.42
HSL 324.52º 0.45% 0.4% -
HSV(B) 324.52º 0.62% 0.58% -
XYZ 16.68 10.37 16.16 -
YUV 90.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 149 56 111 0 0.62 0.26 0.42 324.52 0.45 0.4
Hex 95 38 6F 0 3E 1A 2A 145 2D 28
Octal 225 70 157 0 76 32 52 505 55 50
Binary 10010101 111000 1101111 0 111110 11010 101010 101000101 101101 101000

Color Harmonies of #95386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95386F

Black with #95386F

Text Example


Text Example

White with #95386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95386F; }

 p { color: rgb(149,56,111); }

 H1.HeaderClassName
 {
   color: #95386F;
 }
 .AnyTagClassName
 {
   color: #95386F;
 }
</style>

background-color css

<style>
 a { background-color: #95386F; }

 a { background-color: rgb(149,56,111); }

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

border-color css

<style>
 span { border-color: #95386F; }

 span { border-color: rgb(149,56,111); }

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