#965362

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

Shades of Vin Rouge #965362

Tints of Vin Rouge #965362

Color information

#965362 (or 0x965362) is unknown color: approx Vin Rouge. HEX triplet: 96, 53 and 62. RGB value is (150,83,98). Sum of RGB (Red+Green+Blue) = 150+83+98=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965362 is #69AC9D. Grayscale: #686868. Windows color (decimal): -6925470 or 6443926. OLE color: 6443926.

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

Color convert

RGB1508398-
CMYK00.450.350.41
HSL346.57º28.76%45.69%-
HSV(B)346.57º44.67%58.82%-
XYZ17.8813.5513.23-
YUV104.74124.2160.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=45.32%
G=25.08%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150839800.450.350.41346.5728.7645.69
Hex96536202D232915b1d2e
Octal22612314205543515333556
Binary1001011010100111100010010110110001110100110101101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965362; }

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

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

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

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

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

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

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

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