Html Css Color HEX #965062 Vin Rouge

📋 copy color: '#965062'

red 150 ◦ green 80 ◦ blue 98

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

Shades of Vin Rouge #965062

Tints of Vin Rouge #965062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.88%

R = 45.73%
G = 24.39%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#965062 (or 0x965062) is known color: Vin Rouge. HEX triplet: 96, 50 and 62. RGB value is (150,80,98). Sum of RGB (Red+Green+Blue) = 150+80+98=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #965062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965062 is #69AF9D. Grayscale: #666666. Windows color (decimal): -6926238 or 6443158. OLE color: 6443158.

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

Color convert

RGB 150 80 98 -
CMYK 0 0.47 0.35 0.41
HSL 344.57º 0.3% 0.45% -
HSV(B) 344.57º 0.47% 0.59% -
XYZ 17.65 13.1 13.15 -
YUV 102.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 150 80 98 0 0.47 0.35 0.41 344.57 0.3 0.45
Hex 96 50 62 0 2F 23 29 159 1E 2D
Octal 226 120 142 0 57 43 51 531 36 55
Binary 10010110 1010000 1100010 0 101111 100011 101001 101011001 11110 101101

Color Harmonies of #965062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965062

Black with #965062

Text Example


Text Example

White with #965062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965062; }

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

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

background-color css

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

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

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

border-color css

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

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

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