Html Css Color HEX #95376B Rouge

📋 copy color: '#95376B'

red 149 ◦ green 55 ◦ blue 107

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

Shades of Rouge #95376B

Tints of Rouge #95376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.41%

R = 47.91%
G = 17.68%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95376B (or 0x95376B) is known color: Rouge. HEX triplet: 95, 37 and 6B. RGB value is (149,55,107). Sum of RGB (Red+Green+Blue) = 149+55+107=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95376B is #6AC894. Grayscale: #585858. Windows color (decimal): -6998165 or 7026581. OLE color: 7026581.

HSL color Cylindrical-coordinate representation of color #95376B: hue angle of 326.81º 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 #95376B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 107 -
CMYK 0 0.63 0.28 0.42
HSL 326.81º 0.46% 0.4% -
HSV(B) 326.81º 0.63% 0.58% -
XYZ 16.41 10.18 15.01 -
YUV 89.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 149 55 107 0 0.63 0.28 0.42 326.81 0.46 0.4
Hex 95 37 6B 0 3F 1C 2A 147 2E 28
Octal 225 67 153 0 77 34 52 507 56 50
Binary 10010101 110111 1101011 0 111111 11100 101010 101000111 101110 101000

Color Harmonies of #95376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95376B

Black with #95376B

Text Example


Text Example

White with #95376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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