Html Css Color HEX #965065 Vin Rouge

📋 copy color: '#965065'

red 150 ◦ green 80 ◦ blue 101

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

Shades of Vin Rouge #965065

Tints of Vin Rouge #965065

RGB

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

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

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

R = 45.32%
G = 24.17%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965065 (or 0x965065) is known color: Vin Rouge. HEX triplet: 96, 50 and 65. RGB value is (150,80,101). Sum of RGB (Red+Green+Blue) = 150+80+101=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965065 is #69AF9A. Grayscale: #676767. Windows color (decimal): -6926235 or 6639766. OLE color: 6639766.

HSL color Cylindrical-coordinate representation of color #965065: hue angle of 342º 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 #965065 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 101 -
CMYK 0 0.47 0.33 0.41
HSL 342º 0.3% 0.45% -
HSV(B) 342º 0.47% 0.59% -
XYZ 17.8 13.16 13.91 -
YUV 103.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 150 80 101 0 0.47 0.33 0.41 342 0.3 0.45
Hex 96 50 65 0 2F 21 29 156 1E 2D
Octal 226 120 145 0 57 41 51 526 36 55
Binary 10010110 1010000 1100101 0 101111 100001 101001 101010110 11110 101101

Color Harmonies of #965065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965065

Black with #965065

Text Example


Text Example

White with #965065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965065; }

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

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

background-color css

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

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

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

border-color css

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

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

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