Html Css Color HEX #965056 Vin Rouge

📋 copy color: '#965056'

red 150 ◦ green 80 ◦ blue 86

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

Shades of Vin Rouge #965056

Tints of Vin Rouge #965056

RGB

 RED value IS 150 (58.98% from 255) = 47.47%

 GREEN value IS 80 (31.64% from 255) = 25.32%

 BLUE value IS 86 (33.98% from 255) = 27.22%

R = 47.47%
G = 25.32%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#965056 (or 0x965056) is known color: Vin Rouge. HEX triplet: 96, 50 and 56. RGB value is (150,80,86). Sum of RGB (Red+Green+Blue) = 150+80+86=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #965056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965056 is #69AFA9. Grayscale: #656565. Windows color (decimal): -6926250 or 5656726. OLE color: 5656726.

HSL color Cylindrical-coordinate representation of color #965056: hue angle of 354.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965056 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 86 -
CMYK 0 0.47 0.43 0.41
HSL 354.86º 0.3% 0.45% -
HSV(B) 354.86º 0.47% 0.59% -
XYZ 17.13 12.89 10.39 -
YUV 101.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 150 80 86 0 0.47 0.43 0.41 354.86 0.3 0.45
Hex 96 50 56 0 2F 2B 29 163 1E 2D
Octal 226 120 126 0 57 53 51 543 36 55
Binary 10010110 1010000 1010110 0 101111 101011 101001 101100011 11110 101101

Color Harmonies of #965056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965056

Black with #965056

Text Example


Text Example

White with #965056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965056; }

 p { color: rgb(150,80,86); }

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

background-color css

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

 a { background-color: rgb(150,80,86); }

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

border-color css

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

 span { border-color: rgb(150,80,86); }

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