Html Css Color HEX #965063 Vin Rouge

📋 copy color: '#965063'

red 150 ◦ green 80 ◦ blue 99

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

Shades of Vin Rouge #965063

Tints of Vin Rouge #965063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 45.59%
G = 24.32%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#965063 (or 0x965063) is known color: Vin Rouge. HEX triplet: 96, 50 and 63. RGB value is (150,80,99). Sum of RGB (Red+Green+Blue) = 150+80+99=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #965063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965063 is #69AF9C. Grayscale: #676767. Windows color (decimal): -6926237 or 6508694. OLE color: 6508694.

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

Color convert

RGB 150 80 99 -
CMYK 0 0.47 0.34 0.41
HSL 343.71º 0.3% 0.45% -
HSV(B) 343.71º 0.47% 0.59% -
XYZ 17.7 13.12 13.4 -
YUV 103.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 150 80 99 0 0.47 0.34 0.41 343.71 0.3 0.45
Hex 96 50 63 0 2F 22 29 158 1E 2D
Octal 226 120 143 0 57 42 51 530 36 55
Binary 10010110 1010000 1100011 0 101111 100010 101001 101011000 11110 101101

Color Harmonies of #965063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965063

Black with #965063

Text Example


Text Example

White with #965063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965063; }

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

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

background-color css

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

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

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

border-color css

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

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

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