Html Css Color HEX #965861 Vin Rouge

📋 copy color: '#965861'

red 150 ◦ green 88 ◦ blue 97

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

Shades of Vin Rouge #965861

Tints of Vin Rouge #965861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

 BLUE value IS 97 (38.28% from 255) = 28.96%

R = 44.78%
G = 26.27%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965861 (or 0x965861) is known color: Vin Rouge. HEX triplet: 96, 58 and 61. RGB value is (150,88,97). Sum of RGB (Red+Green+Blue) = 150+88+97=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #965861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965861 is #69A79E. Grayscale: #6B6B6B. Windows color (decimal): -6924191 or 6379670. OLE color: 6379670.

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

Color convert

RGB 150 88 97 -
CMYK 0 0.41 0.35 0.41
HSL 351.29º 0.26% 0.47% -
HSV(B) 351.29º 0.41% 0.59% -
XYZ 18.23 14.33 13.11 -
YUV 107.56 122.04 158.27 -
System Red Green Blue C M Y K H S L
Decimal 150 88 97 0 0.41 0.35 0.41 351.29 0.26 0.47
Hex 96 58 61 0 29 23 29 15F 1A 2F
Octal 226 130 141 0 51 43 51 537 32 57
Binary 10010110 1011000 1100001 0 101001 100011 101001 101011111 11010 101111

Color Harmonies of #965861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965861

Black with #965861

Text Example


Text Example

White with #965861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965861; }

 p { color: rgb(150,88,97); }

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

background-color css

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

 a { background-color: rgb(150,88,97); }

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

border-color css

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

 span { border-color: rgb(150,88,97); }

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