Html Css Color HEX #955360 Vin Rouge

📋 copy color: '#955360'

red 149 ◦ green 83 ◦ blue 96

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

Shades of Vin Rouge #955360

Tints of Vin Rouge #955360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.3%

 BLUE value IS 96 (37.89% from 255) = 29.27%

R = 45.43%
G = 25.3%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#955360 (or 0x955360) is known color: Vin Rouge. HEX triplet: 95, 53 and 60. RGB value is (149,83,96). Sum of RGB (Red+Green+Blue) = 149+83+96=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #955360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955360 is #6AAC9F. Grayscale: #686868. Windows color (decimal): -6991008 or 6312853. OLE color: 6312853.

HSL color Cylindrical-coordinate representation of color #955360: hue angle of 348.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955360 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 83 96 -
CMYK 0 0.44 0.36 0.42
HSL 348.18º 0.28% 0.45% -
HSV(B) 348.18º 0.44% 0.58% -
XYZ 17.6 13.42 12.73 -
YUV 104.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 149 83 96 0 0.44 0.36 0.42 348.18 0.28 0.45
Hex 95 53 60 0 2C 24 2A 15C 1C 2D
Octal 225 123 140 0 54 44 52 534 34 55
Binary 10010101 1010011 1100000 0 101100 100100 101010 101011100 11100 101101

Color Harmonies of #955360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955360

Black with #955360

Text Example


Text Example

White with #955360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955360; }

 p { color: rgb(149,83,96); }

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

background-color css

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

 a { background-color: rgb(149,83,96); }

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

border-color css

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

 span { border-color: rgb(149,83,96); }

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