#965263

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

Shades of Vin Rouge #965263

Tints of Vin Rouge #965263

Color information

#965263 (or 0x965263) is unknown color: approx Vin Rouge. HEX triplet: 96, 52 and 63. RGB value is (150,82,99). Sum of RGB (Red+Green+Blue) = 150+82+99=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965263 is #69AD9C. Grayscale: #686868. Windows color (decimal): -6925725 or 6509206. OLE color: 6509206.

HSL color Cylindrical-coordinate representation of color #965263: hue angle of 345º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965263 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB1508299-
CMYK00.450.340.41
HSL345º29.31%45.49%-
HSV(B)345º45.33%58.82%-
XYZ17.8513.4213.45-
YUV104.27125.03160.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 99 (39.06% from 255) = 29.91%
R=45.32%
G=24.77%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150829900.450.340.4134529.3145.49
Hex96526302D22291591d2d
Octal22612214305542515313555
Binary1001011010100101100011010110110001010100110101100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965263; }

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

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

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

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

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

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

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

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