Html Css Color HEX #965969 Vin Rouge

📋 copy color: '#965969'

red 150 ◦ green 89 ◦ blue 105

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

Shades of Vin Rouge #965969

Tints of Vin Rouge #965969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.87%

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 43.6%
G = 25.87%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#965969 (or 0x965969) is known color: Vin Rouge. HEX triplet: 96, 59 and 69. RGB value is (150,89,105). Sum of RGB (Red+Green+Blue) = 150+89+105=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #965969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965969 is #69A696. Grayscale: #6D6D6D. Windows color (decimal): -6923927 or 6904214. OLE color: 6904214.

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

Color convert

RGB 150 89 105 -
CMYK 0 0.41 0.30 0.41
HSL 344.26º 0.26% 0.47% -
HSV(B) 344.26º 0.41% 0.59% -
XYZ 18.7 14.65 15.21 -
YUV 109.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 150 89 105 0 0.41 0.30 0.41 344.26 0.26 0.47
Hex 96 59 69 0 29 1E 29 158 1A 2F
Octal 226 131 151 0 51 36 51 530 32 57
Binary 10010110 1011001 1101001 0 101001 11110 101001 101011000 11010 101111

Color Harmonies of #965969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965969

Black with #965969

Text Example


Text Example

White with #965969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965969; }

 p { color: rgb(150,89,105); }

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

background-color css

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

 a { background-color: rgb(150,89,105); }

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

border-color css

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

 span { border-color: rgb(150,89,105); }

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