Html Css Color HEX #955458 Vin Rouge

📋 copy color: '#955458'

red 149 ◦ green 84 ◦ blue 88

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

Shades of Vin Rouge #955458

Tints of Vin Rouge #955458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 46.42%
G = 26.17%
B = 27.41%

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

#955458 (or 0x955458) is known color: Vin Rouge. HEX triplet: 95, 54 and 58. RGB value is (149,84,88). Sum of RGB (Red+Green+Blue) = 149+84+88=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #955458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955458 is #6AABA7. Grayscale: #676767. Windows color (decimal): -6990760 or 5788821. OLE color: 5788821.

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

Color convert

RGB 149 84 88 -
CMYK 0 0.44 0.41 0.42
HSL 356.31º 0.28% 0.46% -
HSV(B) 356.31º 0.44% 0.58% -
XYZ 17.33 13.43 10.91 -
YUV 103.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 149 84 88 0 0.44 0.41 0.42 356.31 0.28 0.46
Hex 95 54 58 0 2C 29 2A 164 1C 2E
Octal 225 124 130 0 54 51 52 544 34 56
Binary 10010101 1010100 1011000 0 101100 101001 101010 101100100 11100 101110

Color Harmonies of #955458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955458

Black with #955458

Text Example


Text Example

White with #955458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955458; }

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

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

background-color css

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

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

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

border-color css

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

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

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