#935462

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

Shades of Vin Rouge #935462

Tints of Vin Rouge #935462

Color information

#935462 (or 0x935462) is unknown color: approx Vin Rouge. HEX triplet: 93, 54 and 62. RGB value is (147,84,98). Sum of RGB (Red+Green+Blue) = 147+84+98=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #935462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935462 is #6CAB9D. Grayscale: #686868. Windows color (decimal): -7121822 or 6444179. OLE color: 6444179.

HSL color Cylindrical-coordinate representation of color #935462: hue angle of 346.67º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935462 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB1478498-
CMYK00.430.330.42
HSL346.67º27.27%45.29%-
HSV(B)346.67º42.86%57.65%-
XYZ17.4113.4313.23-
YUV104.43124.37158.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=44.68%
G=25.53%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147849800.430.330.42346.6727.2745.29
Hex93546202B212A15b1b2d
Octal22312414205341525333355
Binary1001001110101001100010010101110000110101010101101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935462; }

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

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

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

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

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

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

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

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