Html Css Color HEX #955562 Vin Rouge

📋 copy color: '#955562'

red 149 ◦ green 85 ◦ blue 98

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

Shades of Vin Rouge #955562

Tints of Vin Rouge #955562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 44.88%
G = 25.6%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955562 (or 0x955562) is known color: Vin Rouge. HEX triplet: 95, 55 and 62. RGB value is (149,85,98). Sum of RGB (Red+Green+Blue) = 149+85+98=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955562 is #6AAA9D. Grayscale: #696969. Windows color (decimal): -6990494 or 6444437. OLE color: 6444437.

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

Color convert

RGB 149 85 98 -
CMYK 0 0.43 0.34 0.42
HSL 347.81º 0.27% 0.46% -
HSV(B) 347.81º 0.43% 0.58% -
XYZ 17.85 13.77 13.27 -
YUV 105.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 149 85 98 0 0.43 0.34 0.42 347.81 0.27 0.46
Hex 95 55 62 0 2B 22 2A 15C 1B 2E
Octal 225 125 142 0 53 42 52 534 33 56
Binary 10010101 1010101 1100010 0 101011 100010 101010 101011100 11011 101110

Color Harmonies of #955562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955562

Black with #955562

Text Example


Text Example

White with #955562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955562; }

 p { color: rgb(149,85,98); }

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

background-color css

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

 a { background-color: rgb(149,85,98); }

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

border-color css

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

 span { border-color: rgb(149,85,98); }

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