Html Css Color HEX #955C5D Vin Rouge

📋 copy color: '#955C5D'

red 149 ◦ green 92 ◦ blue 93

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

Shades of Vin Rouge #955C5D

Tints of Vin Rouge #955C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.54%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 44.61%
G = 27.54%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#955C5D (or 0x955C5D) is known color: Vin Rouge. HEX triplet: 95, 5C and 5D. RGB value is (149,92,93). Sum of RGB (Red+Green+Blue) = 149+92+93=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C5D is #6AA3A2. Grayscale: #6D6D6D. Windows color (decimal): -6988707 or 6118549. OLE color: 6118549.

HSL color Cylindrical-coordinate representation of color #955C5D: hue angle of 358.95º degrees, saturation: 0.24, 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 #955C5D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 92 93 -
CMYK 0 0.38 0.38 0.42
HSL 358.95º 0.24% 0.47% -
HSV(B) 358.95º 0.38% 0.58% -
XYZ 18.2 14.83 12.26 -
YUV 109.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 149 92 93 0 0.38 0.38 0.42 358.95 0.24 0.47
Hex 95 5C 5D 0 26 26 2A 167 18 2F
Octal 225 134 135 0 46 46 52 547 30 57
Binary 10010101 1011100 1011101 0 100110 100110 101010 101100111 11000 101111

Color Harmonies of #955C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955C5D

Black with #955C5D

Text Example


Text Example

White with #955C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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