Html Css Color HEX #955962 Vin Rouge

📋 copy color: '#955962'

red 149 ◦ green 89 ◦ blue 98

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

Shades of Vin Rouge #955962

Tints of Vin Rouge #955962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 44.35%
G = 26.49%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955962 (or 0x955962) is known color: Vin Rouge. HEX triplet: 95, 59 and 62. RGB value is (149,89,98). Sum of RGB (Red+Green+Blue) = 149+89+98=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955962 is #6AA69D. Grayscale: #6B6B6B. Windows color (decimal): -6989470 or 6445461. OLE color: 6445461.

HSL color Cylindrical-coordinate representation of color #955962: hue angle of 351º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955962 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 98 -
CMYK 0 0.40 0.34 0.42
HSL 351º 0.25% 0.47% -
HSV(B) 351º 0.4% 0.58% -
XYZ 18.17 14.42 13.38 -
YUV 107.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 149 89 98 0 0.40 0.34 0.42 351 0.25 0.47
Hex 95 59 62 0 28 22 2A 15F 19 2F
Octal 225 131 142 0 50 42 52 537 31 57
Binary 10010101 1011001 1100010 0 101000 100010 101010 101011111 11001 101111

Color Harmonies of #955962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955962

Black with #955962

Text Example


Text Example

White with #955962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955962; }

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

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

background-color css

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

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

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

border-color css

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

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

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