Html Css Color HEX #925B5D Vin Rouge

📋 copy color: '#925B5D'

red 146 ◦ green 91 ◦ blue 93

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

Shades of Vin Rouge #925B5D

Tints of Vin Rouge #925B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 44.24%
G = 27.58%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#925B5D (or 0x925B5D) is known color: Vin Rouge. HEX triplet: 92, 5B and 5D. RGB value is (146,91,93). Sum of RGB (Red+Green+Blue) = 146+91+93=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #925B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B5D is #6DA4A2. Grayscale: #6B6B6B. Windows color (decimal): -7185571 or 6118290. OLE color: 6118290.

HSL color Cylindrical-coordinate representation of color #925B5D: hue angle of 357.82º degrees, saturation: 0.23, 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 #925B5D is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 91 93 -
CMYK 0 0.38 0.36 0.43
HSL 357.82º 0.23% 0.46% -
HSV(B) 357.82º 0.38% 0.57% -
XYZ 17.57 14.38 12.21 -
YUV 107.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 146 91 93 0 0.38 0.36 0.43 357.82 0.23 0.46
Hex 92 5B 5D 0 26 24 2B 166 17 2E
Octal 222 133 135 0 46 44 53 546 27 56
Binary 10010010 1011011 1011101 0 100110 100100 101011 101100110 10111 101110

Color Harmonies of #925B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B5D

Black with #925B5D

Text Example


Text Example

White with #925B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,91,93); }

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

background-color css

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

 a { background-color: rgb(146,91,93); }

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

border-color css

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

 span { border-color: rgb(146,91,93); }

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