Html Css Color HEX #955365 Vin Rouge

📋 copy color: '#955365'

red 149 ◦ green 83 ◦ blue 101

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

Shades of Vin Rouge #955365

Tints of Vin Rouge #955365

RGB

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

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

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

R = 44.74%
G = 24.92%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955365 (or 0x955365) is known color: Vin Rouge. HEX triplet: 95, 53 and 65. RGB value is (149,83,101). Sum of RGB (Red+Green+Blue) = 149+83+101=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955365 is #6AAC9A. Grayscale: #686868. Windows color (decimal): -6991003 or 6640533. OLE color: 6640533.

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

Color convert

RGB 149 83 101 -
CMYK 0 0.44 0.32 0.42
HSL 343.64º 0.28% 0.45% -
HSV(B) 343.64º 0.44% 0.58% -
XYZ 17.84 13.52 13.98 -
YUV 104.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 149 83 101 0 0.44 0.32 0.42 343.64 0.28 0.45
Hex 95 53 65 0 2C 20 2A 158 1C 2D
Octal 225 123 145 0 54 40 52 530 34 55
Binary 10010101 1010011 1100101 0 101100 100000 101010 101011000 11100 101101

Color Harmonies of #955365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955365

Black with #955365

Text Example


Text Example

White with #955365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955365; }

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

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

background-color css

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

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

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

border-color css

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

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

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