Html Css Color HEX #955E62 Vin Rouge

📋 copy color: '#955E62'

red 149 ◦ green 94 ◦ blue 98

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

Shades of Vin Rouge #955E62

Tints of Vin Rouge #955E62

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.57%

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

R = 43.7%
G = 27.57%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955E62 (or 0x955E62) is known color: Vin Rouge. HEX triplet: 95, 5E and 62. RGB value is (149,94,98). Sum of RGB (Red+Green+Blue) = 149+94+98=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #955E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E62 is #6AA19D. Grayscale: #6E6E6E. Windows color (decimal): -6988190 or 6446741. OLE color: 6446741.

HSL color Cylindrical-coordinate representation of color #955E62: hue angle of 355.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E62 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 98 -
CMYK 0 0.37 0.34 0.42
HSL 355.64º 0.23% 0.48% -
HSV(B) 355.64º 0.37% 0.58% -
XYZ 18.6 15.28 13.52 -
YUV 110.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 149 94 98 0 0.37 0.34 0.42 355.64 0.23 0.48
Hex 95 5E 62 0 25 22 2A 164 17 30
Octal 225 136 142 0 45 42 52 544 27 60
Binary 10010101 1011110 1100010 0 100101 100010 101010 101100100 10111 110000

Color Harmonies of #955E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E62

Black with #955E62

Text Example


Text Example

White with #955E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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