Html Css Color HEX #965064 Vin Rouge

📋 copy color: '#965064'

red 150 ◦ green 80 ◦ blue 100

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

Shades of Vin Rouge #965064

Tints of Vin Rouge #965064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 45.45%
G = 24.24%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#965064 (or 0x965064) is known color: Vin Rouge. HEX triplet: 96, 50 and 64. RGB value is (150,80,100). Sum of RGB (Red+Green+Blue) = 150+80+100=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #965064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965064 is #69AF9B. Grayscale: #676767. Windows color (decimal): -6926236 or 6574230. OLE color: 6574230.

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

Color convert

RGB 150 80 100 -
CMYK 0 0.47 0.33 0.41
HSL 342.86º 0.3% 0.45% -
HSV(B) 342.86º 0.47% 0.59% -
XYZ 17.75 13.14 13.66 -
YUV 103.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 150 80 100 0 0.47 0.33 0.41 342.86 0.3 0.45
Hex 96 50 64 0 2F 21 29 157 1E 2D
Octal 226 120 144 0 57 41 51 527 36 55
Binary 10010110 1010000 1100100 0 101111 100001 101001 101010111 11110 101101

Color Harmonies of #965064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965064

Black with #965064

Text Example


Text Example

White with #965064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965064; }

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

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

background-color css

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

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

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

border-color css

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

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

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