Html Css Color HEX #935C63 Vin Rouge

📋 copy color: '#935C63'

red 147 ◦ green 92 ◦ blue 99

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

Shades of Vin Rouge #935C63

Tints of Vin Rouge #935C63

RGB

 RED value IS 147 (57.81% from 255) = 43.49%

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

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

R = 43.49%
G = 27.22%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#935C63 (or 0x935C63) is known color: Vin Rouge. HEX triplet: 93, 5C and 63. RGB value is (147,92,99). Sum of RGB (Red+Green+Blue) = 147+92+99=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #935C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C63 is #6CA39C. Grayscale: #6D6D6D. Windows color (decimal): -7119773 or 6511763. OLE color: 6511763.

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

Color convert

RGB 147 92 99 -
CMYK 0 0.37 0.33 0.42
HSL 352.36º 0.23% 0.47% -
HSV(B) 352.36º 0.37% 0.58% -
XYZ 18.11 14.76 13.7 -
YUV 109.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 147 92 99 0 0.37 0.33 0.42 352.36 0.23 0.47
Hex 93 5C 63 0 25 21 2A 160 17 2F
Octal 223 134 143 0 45 41 52 540 27 57
Binary 10010011 1011100 1100011 0 100101 100001 101010 101100000 10111 101111

Color Harmonies of #935C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C63

Black with #935C63

Text Example


Text Example

White with #935C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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