Html Css Color HEX #955058 Vin Rouge

📋 copy color: '#955058'

red 149 ◦ green 80 ◦ blue 88

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

Shades of Vin Rouge #955058

Tints of Vin Rouge #955058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.76%

R = 47%
G = 25.24%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#955058 (or 0x955058) is known color: Vin Rouge. HEX triplet: 95, 50 and 58. RGB value is (149,80,88). Sum of RGB (Red+Green+Blue) = 149+80+88=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #955058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955058 is #6AAFA7. Grayscale: #656565. Windows color (decimal): -6991784 or 5787797. OLE color: 5787797.

HSL color Cylindrical-coordinate representation of color #955058: hue angle of 353.04º 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 #955058 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 80 88 -
CMYK 0 0.46 0.41 0.42
HSL 353.04º 0.3% 0.45% -
HSV(B) 353.04º 0.46% 0.58% -
XYZ 17.02 12.83 10.81 -
YUV 101.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 149 80 88 0 0.46 0.41 0.42 353.04 0.3 0.45
Hex 95 50 58 0 2E 29 2A 161 1E 2D
Octal 225 120 130 0 56 51 52 541 36 55
Binary 10010101 1010000 1011000 0 101110 101001 101010 101100001 11110 101101

Color Harmonies of #955058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955058

Black with #955058

Text Example


Text Example

White with #955058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955058; }

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

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

background-color css

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

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

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

border-color css

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

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

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