#925A62

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

Shades of Vin Rouge #925A62

Tints of Vin Rouge #925A62

Color information

#925A62 (or 0x925A62) is unknown color: approx Vin Rouge. HEX triplet: 92, 5A and 62. RGB value is (146,90,98). Sum of RGB (Red+Green+Blue) = 146+90+98=334 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.71% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 146 - color contains mainly: red. Hex color #925A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A62 is #6DA59D. Grayscale: #6B6B6B. Windows color (decimal): -7185822 or 6445714. OLE color: 6445714.

HSL color Cylindrical-coordinate representation of color #925A62: hue angle of 351.43º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A62 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB1469098-
CMYK00.380.330.43
HSL351.43º23.73%46.27%-
HSV(B)351.43º38.36%57.25%-
XYZ17.7114.3113.38-
YUV107.66122.55155.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.71%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=43.71%
G=26.95%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146909800.380.330.43351.4323.7346.27
Hex925A62026212B15f182e
Octal22213214204641535373056
Binary1001001010110101100010010011010000110101110101111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925A62; }

 p { color: rgb(146,90,98); }

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

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

 a { background-color: rgb(146,90,98); }

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

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

 span { border-color: rgb(146,90,98); }

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