Html Css Color HEX #965259 Vin Rouge

📋 copy color: '#965259'

red 150 ◦ green 82 ◦ blue 89

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

Shades of Vin Rouge #965259

Tints of Vin Rouge #965259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.55%

 BLUE value IS 89 (35.16% from 255) = 27.73%

R = 46.73%
G = 25.55%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#965259 (or 0x965259) is known color: Vin Rouge. HEX triplet: 96, 52 and 59. RGB value is (150,82,89). Sum of RGB (Red+Green+Blue) = 150+82+89=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #965259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965259 is #69ADA6. Grayscale: #676767. Windows color (decimal): -6925735 or 5853846. OLE color: 5853846.

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

Color convert

RGB 150 82 89 -
CMYK 0 0.45 0.41 0.41
HSL 353.82º 0.29% 0.45% -
HSV(B) 353.82º 0.45% 0.59% -
XYZ 17.4 13.24 11.09 -
YUV 103.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 150 82 89 0 0.45 0.41 0.41 353.82 0.29 0.45
Hex 96 52 59 0 2D 29 29 162 1D 2D
Octal 226 122 131 0 55 51 51 542 35 55
Binary 10010110 1010010 1011001 0 101101 101001 101001 101100010 11101 101101

Color Harmonies of #965259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965259

Black with #965259

Text Example


Text Example

White with #965259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965259; }

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

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

background-color css

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

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

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

border-color css

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

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

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