Html Css Color HEX #955A5E Vin Rouge

📋 copy color: '#955A5E'

red 149 ◦ green 90 ◦ blue 94

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

Shades of Vin Rouge #955A5E

Tints of Vin Rouge #955A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 44.74%
G = 27.03%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#955A5E (or 0x955A5E) is known color: Vin Rouge. HEX triplet: 95, 5A and 5E. RGB value is (149,90,94). Sum of RGB (Red+Green+Blue) = 149+90+94=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A5E is #6AA5A1. Grayscale: #6C6C6C. Windows color (decimal): -6989218 or 6183573. OLE color: 6183573.

HSL color Cylindrical-coordinate representation of color #955A5E: hue angle of 355.93º 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 #955A5E is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 94 -
CMYK 0 0.40 0.37 0.42
HSL 355.93º 0.25% 0.47% -
HSV(B) 355.93º 0.4% 0.58% -
XYZ 18.07 14.51 12.44 -
YUV 108.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 149 90 94 0 0.40 0.37 0.42 355.93 0.25 0.47
Hex 95 5A 5E 0 28 25 2A 164 19 2F
Octal 225 132 136 0 50 45 52 544 31 57
Binary 10010101 1011010 1011110 0 101000 100101 101010 101100100 11001 101111

Color Harmonies of #955A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A5E

Black with #955A5E

Text Example


Text Example

White with #955A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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