Html Css Color HEX #955A65 Vin Rouge

📋 copy color: '#955A65'

red 149 ◦ green 90 ◦ blue 101

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

Shades of Vin Rouge #955A65

Tints of Vin Rouge #955A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 43.82%
G = 26.47%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955A65 (or 0x955A65) is known color: Vin Rouge. HEX triplet: 95, 5A and 65. RGB value is (149,90,101). Sum of RGB (Red+Green+Blue) = 149+90+101=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A65 is #6AA59A. Grayscale: #6C6C6C. Windows color (decimal): -6989211 or 6642325. OLE color: 6642325.

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

Color convert

RGB 149 90 101 -
CMYK 0 0.40 0.32 0.42
HSL 348.81º 0.25% 0.47% -
HSV(B) 348.81º 0.4% 0.58% -
XYZ 18.4 14.64 14.17 -
YUV 108.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 149 90 101 0 0.40 0.32 0.42 348.81 0.25 0.47
Hex 95 5A 65 0 28 20 2A 15D 19 2F
Octal 225 132 145 0 50 40 52 535 31 57
Binary 10010101 1011010 1100101 0 101000 100000 101010 101011101 11001 101111

Color Harmonies of #955A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A65

Black with #955A65

Text Example


Text Example

White with #955A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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