Html Css Color HEX #925A63 Vin Rouge

📋 copy color: '#925A63'

red 146 ◦ green 90 ◦ blue 99

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

Shades of Vin Rouge #925A63

Tints of Vin Rouge #925A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 43.58%
G = 26.87%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#925A63 (or 0x925A63) is known color: Vin Rouge. HEX triplet: 92, 5A and 63. RGB value is (146,90,99). Sum of RGB (Red+Green+Blue) = 146+90+99=335 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.58% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 146 - color contains mainly: red. Hex color #925A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A63 is #6DA59C. Grayscale: #6B6B6B. Windows color (decimal): -7185821 or 6511250. OLE color: 6511250.

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

Color convert

RGB 146 90 99 -
CMYK 0 0.38 0.32 0.43
HSL 350.36º 0.24% 0.46% -
HSV(B) 350.36º 0.38% 0.57% -
XYZ 17.76 14.32 13.63 -
YUV 107.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 146 90 99 0 0.38 0.32 0.43 350.36 0.24 0.46
Hex 92 5A 63 0 26 20 2B 15E 18 2E
Octal 222 132 143 0 46 40 53 536 30 56
Binary 10010010 1011010 1100011 0 100110 100000 101011 101011110 11000 101110

Color Harmonies of #925A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A63

Black with #925A63

Text Example


Text Example

White with #925A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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