Html Css Color HEX #955D64 Vin Rouge

📋 copy color: '#955D64'

red 149 ◦ green 93 ◦ blue 100

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

Shades of Vin Rouge #955D64

Tints of Vin Rouge #955D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 43.57%
G = 27.19%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#955D64 (or 0x955D64) is known color: Vin Rouge. HEX triplet: 95, 5D and 64. RGB value is (149,93,100). Sum of RGB (Red+Green+Blue) = 149+93+100=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #955D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D64 is #6AA29B. Grayscale: #6E6E6E. Windows color (decimal): -6988444 or 6577557. OLE color: 6577557.

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

Color convert

RGB 149 93 100 -
CMYK 0 0.38 0.33 0.42
HSL 352.5º 0.23% 0.47% -
HSV(B) 352.5º 0.38% 0.58% -
XYZ 18.61 15.14 14 -
YUV 110.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 149 93 100 0 0.38 0.33 0.42 352.5 0.23 0.47
Hex 95 5D 64 0 26 21 2A 160 17 2F
Octal 225 135 144 0 46 41 52 540 27 57
Binary 10010101 1011101 1100100 0 100110 100001 101010 101100000 10111 101111

Color Harmonies of #955D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D64

Black with #955D64

Text Example


Text Example

White with #955D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,93,100); }

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

background-color css

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

 a { background-color: rgb(149,93,100); }

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

border-color css

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

 span { border-color: rgb(149,93,100); }

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