#965462

Color #965462 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #965462

Tints of Vin Rouge #965462

Color information

#965462 (or 0x965462) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 62. RGB value is (150,84,98). Sum of RGB (Red+Green+Blue) = 150+84+98=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #965462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965462 is #69AB9D. Grayscale: #696969. Windows color (decimal): -6925214 or 6444182. OLE color: 6444182.

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

Color convert

RGB1508498-
CMYK00.440.350.41
HSL347.27º28.21%45.88%-
HSV(B)347.27º44%58.82%-
XYZ17.9513.7113.25-
YUV105.33123.87159.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 84 (33.20% from 255) = 25.30%
BLUE value IS 98 (38.67% from 255) = 29.52%
R=45.18%
G=25.30%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150849800.440.350.41347.2728.2145.88
Hex96546202C232915b1c2e
Octal22612414205443515333456
Binary1001011010101001100010010110010001110100110101101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965462; }

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

 H1.HeaderClassName
 {
   color: #965462;
 }
 .AnyTagClassName
 {
   color: #965462;
 }
</style>
background-color css

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

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

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

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

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

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