Html Css Color HEX #925059 Vin Rouge

📋 copy color: '#925059'

red 146 ◦ green 80 ◦ blue 89

#925059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #925059

Tints of Vin Rouge #925059

RGB

 RED value IS 146 (57.42% from 255) = 46.35%

 GREEN value IS 80 (31.64% from 255) = 25.4%

 BLUE value IS 89 (35.16% from 255) = 28.25%

R = 46.35%
G = 25.4%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#925059 (or 0x925059) is known color: Vin Rouge. HEX triplet: 92, 50 and 59. RGB value is (146,80,89). Sum of RGB (Red+Green+Blue) = 146+80+89=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #925059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925059 is #6DAFA6. Grayscale: #646464. Windows color (decimal): -7188391 or 5853330. OLE color: 5853330.

HSL color Cylindrical-coordinate representation of color #925059: hue angle of 351.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #925059 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 80 89 -
CMYK 0 0.45 0.39 0.43
HSL 351.82º 0.29% 0.44% -
HSV(B) 351.82º 0.45% 0.57% -
XYZ 16.53 12.57 11.01 -
YUV 100.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 146 80 89 0 0.45 0.39 0.43 351.82 0.29 0.44
Hex 92 50 59 0 2D 27 2B 160 1D 2C
Octal 222 120 131 0 55 47 53 540 35 54
Binary 10010010 1010000 1011001 0 101101 100111 101011 101100000 11101 101100

Color Harmonies of #925059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925059

Black with #925059

Text Example


Text Example

White with #925059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925059; }

 p { color: rgb(146,80,89); }

 H1.HeaderClassName
 {
   color: #925059;
 }
 .AnyTagClassName
 {
   color: #925059;
 }
</style>

background-color css

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

 a { background-color: rgb(146,80,89); }

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

border-color css

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

 span { border-color: rgb(146,80,89); }

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