Html Css Color HEX #95366F Rouge

📋 copy color: '#95366F'

red 149 ◦ green 54 ◦ blue 111

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

Shades of Rouge #95366F

Tints of Rouge #95366F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.2%

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

R = 47.45%
G = 17.2%
B = 35.35%

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

#95366F (or 0x95366F) is known color: Rouge. HEX triplet: 95, 36 and 6F. RGB value is (149,54,111). Sum of RGB (Red+Green+Blue) = 149+54+111=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95366F is #6AC990. Grayscale: #585858. Windows color (decimal): -6998417 or 7288469. OLE color: 7288469.

HSL color Cylindrical-coordinate representation of color #95366F: hue angle of 324º degrees, saturation: 0.47, 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 #95366F is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 111 -
CMYK 0 0.64 0.26 0.42
HSL 324º 0.47% 0.4% -
HSV(B) 324º 0.64% 0.58% -
XYZ 16.58 10.18 16.13 -
YUV 88.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 149 54 111 0 0.64 0.26 0.42 324 0.47 0.4
Hex 95 36 6F 0 40 1A 2A 144 2F 28
Octal 225 66 157 0 100 32 52 504 57 50
Binary 10010101 110110 1101111 0 1000000 11010 101010 101000100 101111 101000

Color Harmonies of #95366F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95366F

Black with #95366F

Text Example


Text Example

White with #95366F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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