#965058

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

Shades of Vin Rouge #965058

Tints of Vin Rouge #965058

Color information

#965058 (or 0x965058) is unknown color: approx Vin Rouge. HEX triplet: 96, 50 and 58. RGB value is (150,80,88). Sum of RGB (Red+Green+Blue) = 150+80+88=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #965058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965058 is #69AFA7. Grayscale: #656565. Windows color (decimal): -6926248 or 5787798. OLE color: 5787798.

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

Color convert

RGB1508088-
CMYK00.470.410.41
HSL353.14º30.43%45.1%-
HSV(B)353.14º46.67%58.82%-
XYZ17.2112.9310.82-
YUV101.84120.19162.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.17%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 88 (34.77% from 255) = 27.67%
R=47.17%
G=25.16%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150808800.470.410.41353.1430.4345.1
Hex96505802F29291611e2d
Octal22612013005751515413655
Binary1001011010100001011000010111110100110100110110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965058; }

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

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

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

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

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

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

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

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