Html Css Color HEX #955358 Vin Rouge

📋 copy color: '#955358'

red 149 ◦ green 83 ◦ blue 88

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

Shades of Vin Rouge #955358

Tints of Vin Rouge #955358

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 46.56%
G = 25.94%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#955358 (or 0x955358) is known color: Vin Rouge. HEX triplet: 95, 53 and 58. RGB value is (149,83,88). Sum of RGB (Red+Green+Blue) = 149+83+88=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #955358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955358 is #6AACA7. Grayscale: #676767. Windows color (decimal): -6991016 or 5788565. OLE color: 5788565.

HSL color Cylindrical-coordinate representation of color #955358: hue angle of 355.45º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955358 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 88 -
CMYK 0 0.44 0.41 0.42
HSL 355.45º 0.28% 0.45% -
HSV(B) 355.45º 0.44% 0.58% -
XYZ 17.25 13.28 10.89 -
YUV 103.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 149 83 88 0 0.44 0.41 0.42 355.45 0.28 0.45
Hex 95 53 58 0 2C 29 2A 163 1C 2D
Octal 225 123 130 0 54 51 52 543 34 55
Binary 10010101 1010011 1011000 0 101100 101001 101010 101100011 11100 101101

Color Harmonies of #955358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955358

Black with #955358

Text Example


Text Example

White with #955358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955358; }

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

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

background-color css

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

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

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

border-color css

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

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

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