Html Css Color HEX #95505F Vin Rouge

📋 copy color: '#95505F'

red 149 ◦ green 80 ◦ blue 95

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

Shades of Vin Rouge #95505F

Tints of Vin Rouge #95505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 45.99%
G = 24.69%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95505F (or 0x95505F) is known color: Vin Rouge. HEX triplet: 95, 50 and 5F. RGB value is (149,80,95). Sum of RGB (Red+Green+Blue) = 149+80+95=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #95505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95505F is #6AAFA0. Grayscale: #666666. Windows color (decimal): -6991777 or 6246549. OLE color: 6246549.

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

Color convert

RGB 149 80 95 -
CMYK 0 0.46 0.36 0.42
HSL 346.96º 0.3% 0.45% -
HSV(B) 346.96º 0.46% 0.58% -
XYZ 17.33 12.95 12.41 -
YUV 102.34 123.86 161.28 -
System Red Green Blue C M Y K H S L
Decimal 149 80 95 0 0.46 0.36 0.42 346.96 0.3 0.45
Hex 95 50 5F 0 2E 24 2A 15B 1E 2D
Octal 225 120 137 0 56 44 52 533 36 55
Binary 10010101 1010000 1011111 0 101110 100100 101010 101011011 11110 101101

Color Harmonies of #95505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95505F

Black with #95505F

Text Example


Text Example

White with #95505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,80,95); }

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

background-color css

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

 a { background-color: rgb(149,80,95); }

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

border-color css

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

 span { border-color: rgb(149,80,95); }

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