Html Css Color HEX #925C63 Vin Rouge

📋 copy color: '#925C63'

red 146 ◦ green 92 ◦ blue 99

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

Shades of Vin Rouge #925C63

Tints of Vin Rouge #925C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.3%

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

R = 43.32%
G = 27.3%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#925C63 (or 0x925C63) is known color: Vin Rouge. HEX triplet: 92, 5C and 63. RGB value is (146,92,99). Sum of RGB (Red+Green+Blue) = 146+92+99=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #925C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C63 is #6DA39C. Grayscale: #6C6C6C. Windows color (decimal): -7185309 or 6511762. OLE color: 6511762.

HSL color Cylindrical-coordinate representation of color #925C63: hue angle of 352.22º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C63 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 92 99 -
CMYK 0 0.37 0.32 0.43
HSL 352.22º 0.23% 0.47% -
HSV(B) 352.22º 0.37% 0.57% -
XYZ 17.93 14.67 13.69 -
YUV 108.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 146 92 99 0 0.37 0.32 0.43 352.22 0.23 0.47
Hex 92 5C 63 0 25 20 2B 160 17 2F
Octal 222 134 143 0 45 40 53 540 27 57
Binary 10010010 1011100 1100011 0 100101 100000 101011 101100000 10111 101111

Color Harmonies of #925C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C63

Black with #925C63

Text Example


Text Example

White with #925C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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